Html Css Color HEX #CCA8B8 Lily

📋 copy color: '#CCA8B8'

red 204 ◦ green 168 ◦ blue 184

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

Shades of Lily #CCA8B8

Tints of Lily #CCA8B8

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.22%

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

R = 36.69%
G = 30.22%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CCA8B8 (or 0xCCA8B8) is known color: Lily. HEX triplet: CC, A8 and B8. RGB value is (204,168,184). Sum of RGB (Red+Green+Blue) = 204+168+184=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 184 (72.27% from 255 or 33.09% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8B8 is #335747. Grayscale: #B4B4B4. Windows color (decimal): -3364680 or 12101836. OLE color: 12101836.

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

Color convert

RGB 204 168 184 -
CMYK 0 0.18 0.10 0.2
HSL 333.33º 0.26% 0.73% -
HSV(B) 333.33º 0.18% 0.8% -
XYZ 47.56 44.3 51.39 -
YUV 180.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 204 168 184 0 0.18 0.10 0.2 333.33 0.26 0.73
Hex CC A8 B8 0 12 A 14 14D 1A 49
Octal 314 250 270 0 22 12 24 515 32 111
Binary 11001100 10101000 10111000 0 10010 1010 10100 101001101 11010 1001001

Color Harmonies of #CCA8B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8B8

Black with #CCA8B8

Text Example


Text Example

White with #CCA8B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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