Html Css Color HEX #CCA6B8 Lily

📋 copy color: '#CCA6B8'

red 204 ◦ green 166 ◦ blue 184

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

Shades of Lily #CCA6B8

Tints of Lily #CCA6B8

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.96%

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

R = 36.82%
G = 29.96%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CCA6B8 (or 0xCCA6B8) is known color: Lily. HEX triplet: CC, A6 and B8. RGB value is (204,166,184). Sum of RGB (Red+Green+Blue) = 204+166+184=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 184 (72.27% from 255 or 33.21% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA6B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6B8 is #335947. Grayscale: #B3B3B3. Windows color (decimal): -3365192 or 12101324. OLE color: 12101324.

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

Color convert

RGB 204 166 184 -
CMYK 0 0.19 0.10 0.2
HSL 331.58º 0.27% 0.73% -
HSV(B) 331.58º 0.19% 0.8% -
XYZ 47.19 43.57 51.27 -
YUV 179.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 204 166 184 0 0.19 0.10 0.2 331.58 0.27 0.73
Hex CC A6 B8 0 13 A 14 14C 1B 49
Octal 314 246 270 0 23 12 24 514 33 111
Binary 11001100 10100110 10111000 0 10011 1010 10100 101001100 11011 1001001

Color Harmonies of #CCA6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA6B8

Black with #CCA6B8

Text Example


Text Example

White with #CCA6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA6B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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