Html Css Color HEX #C0A9D0 Perfume

📋 copy color: '#C0A9D0'

red 192 ◦ green 169 ◦ blue 208

#C0A9D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #C0A9D0

Tints of Perfume #C0A9D0

RGB

 RED value IS 192 (75.39% from 255) = 33.74%

 GREEN value IS 169 (66.41% from 255) = 29.7%

 BLUE value IS 208 (81.64% from 255) = 36.56%

R = 33.74%
G = 29.7%
B = 36.56%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C0A9D0 (or 0xC0A9D0) is known color: Perfume. HEX triplet: C0, A9 and D0. RGB value is (192,169,208). Sum of RGB (Red+Green+Blue) = 192+169+208=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 208 (81.64% from 255 or 36.56% from 569); Max value from RGB is 208 - color contains mainly: blue. Hex color #C0A9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A9D0 is #3F562F. Grayscale: #B4B4B4. Windows color (decimal): -4150832 or 13674944. OLE color: 13674944.

HSL color Cylindrical-coordinate representation of color #C0A9D0: hue angle of 275.38º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0A9D0 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 169 208 -
CMYK 0.08 0.19 0 0.18
HSL 275.38º 0.29% 0.74% -
HSV(B) 275.38º 0.19% 0.82% -
XYZ 47.31 44.14 65.7 -
YUV 180.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 192 169 208 0.08 0.19 0 0.18 275.38 0.29 0.74
Hex C0 A9 D0 8 13 0 12 113 1D 4A
Octal 300 251 320 10 23 0 22 423 35 112
Binary 11000000 10101001 11010000 1000 10011 0 10010 100010011 11101 1001010

Color Harmonies of #C0A9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A9D0

Black with #C0A9D0

Text Example


Text Example

White with #C0A9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A9D0; }

 p { color: rgb(192,169,208); }

 H1.HeaderClassName
 {
   color: #C0A9D0;
 }
 .AnyTagClassName
 {
   color: #C0A9D0;
 }
</style>

background-color css

<style>
 a { background-color: #C0A9D0; }

 a { background-color: rgb(192,169,208); }

 div.DivClassName
 {
   background-color: #C0A9D0;
 }
 .BgClassName
 {
   background-color: #C0A9D0;
 }
</style>

border-color css

<style>
 span { border-color: #C0A9D0; }

 span { border-color: rgb(192,169,208); }

 td.TdClassName
 {
   border-color: #C0A9D0;
 }
 .TagClassName
 {
   border-color: #C0A9D0;
 }
</style>