Html Css Color HEX #CCA9B8 Lily

📋 copy color: '#CCA9B8'

red 204 ◦ green 169 ◦ blue 184

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

Shades of Lily #CCA9B8

Tints of Lily #CCA9B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 33.03%

R = 36.62%
G = 30.34%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CCA9B8 (or 0xCCA9B8) is known color: Lily. HEX triplet: CC, A9 and B8. RGB value is (204,169,184). Sum of RGB (Red+Green+Blue) = 204+169+184=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9B8 is #335647. Grayscale: #B5B5B5. Windows color (decimal): -3364424 or 12102092. OLE color: 12102092.

HSL color Cylindrical-coordinate representation of color #CCA9B8: hue angle of 334.29º degrees, saturation: 0.26, 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 #CCA9B8 is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 169 184 -
CMYK 0 0.17 0.10 0.2
HSL 334.29º 0.26% 0.73% -
HSV(B) 334.29º 0.17% 0.8% -
XYZ 47.74 44.67 51.45 -
YUV 181.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 204 169 184 0 0.17 0.10 0.2 334.29 0.26 0.73
Hex CC A9 B8 0 11 A 14 14E 1A 49
Octal 314 251 270 0 21 12 24 516 32 111
Binary 11001100 10101001 10111000 0 10001 1010 10100 101001110 11010 1001001

Color Harmonies of #CCA9B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA9B8

Black with #CCA9B8

Text Example


Text Example

White with #CCA9B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA9B8; }

 p { color: rgb(204,169,184); }

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

background-color css

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

 a { background-color: rgb(204,169,184); }

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

border-color css

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

 span { border-color: rgb(204,169,184); }

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