Html Css Color HEX #CCAAB9 Lily

📋 copy color: '#CCAAB9'

red 204 ◦ green 170 ◦ blue 185

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

Shades of Lily #CCAAB9

Tints of Lily #CCAAB9

RGB

 RED value IS 204 (80.08% from 255) = 36.49%

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

 BLUE value IS 185 (72.66% from 255) = 33.09%

R = 36.49%
G = 30.41%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCAAB9 (or 0xCCAAB9) is known color: Lily. HEX triplet: CC, AA and B9. RGB value is (204,170,185). Sum of RGB (Red+Green+Blue) = 204+170+185=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAAB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAB9 is #335546. Grayscale: #B5B5B5. Windows color (decimal): -3364167 or 12167884. OLE color: 12167884.

HSL color Cylindrical-coordinate representation of color #CCAAB9: hue angle of 333.53º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCAAB9 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 170 185 -
CMYK 0 0.17 0.09 0.2
HSL 333.53º 0.25% 0.73% -
HSV(B) 333.53º 0.17% 0.8% -
XYZ 48.03 45.09 52.07 -
YUV 181.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 204 170 185 0 0.17 0.09 0.2 333.53 0.25 0.73
Hex CC AA B9 0 11 9 14 14E 19 49
Octal 314 252 271 0 21 11 24 516 31 111
Binary 11001100 10101010 10111001 0 10001 1001 10100 101001110 11001 1001001

Color Harmonies of #CCAAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAAB9

Black with #CCAAB9

Text Example


Text Example

White with #CCAAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAAB9; }

 p { color: rgb(204,170,185); }

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

background-color css

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

 a { background-color: rgb(204,170,185); }

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

border-color css

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

 span { border-color: rgb(204,170,185); }

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