Html Css Color HEX #C0AAB2 Lily

📋 copy color: '#C0AAB2'

red 192 ◦ green 170 ◦ blue 178

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

Shades of Lily #C0AAB2

Tints of Lily #C0AAB2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.48%

 BLUE value IS 178 (69.92% from 255) = 32.96%

R = 35.56%
G = 31.48%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C0AAB2 (or 0xC0AAB2) is known color: Lily. HEX triplet: C0, AA and B2. RGB value is (192,170,178). Sum of RGB (Red+Green+Blue) = 192+170+178=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 178 (69.92% from 255 or 32.96% from 540); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AAB2 is #3F554D. Grayscale: #B1B1B1. Windows color (decimal): -4150606 or 11709120. OLE color: 11709120.

HSL color Cylindrical-coordinate representation of color #C0AAB2: hue angle of 338.18º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0AAB2 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 170 178 -
CMYK 0 0.11 0.07 0.25
HSL 338.18º 0.15% 0.71% -
HSV(B) 338.18º 0.11% 0.75% -
XYZ 44.15 43.17 48.13 -
YUV 177.49 128.29 138.35 -
System Red Green Blue C M Y K H S L
Decimal 192 170 178 0 0.11 0.07 0.25 338.18 0.15 0.71
Hex C0 AA B2 0 B 7 19 152 F 47
Octal 300 252 262 0 13 7 31 522 17 107
Binary 11000000 10101010 10110010 0 1011 111 11001 101010010 1111 1000111

Color Harmonies of #C0AAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AAB2

Black with #C0AAB2

Text Example


Text Example

White with #C0AAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AAB2; }

 p { color: rgb(192,170,178); }

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

background-color css

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

 a { background-color: rgb(192,170,178); }

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

border-color css

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

 span { border-color: rgb(192,170,178); }

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