Html Css Color HEX #CCA9B7 Lily

📋 copy color: '#CCA9B7'

red 204 ◦ green 169 ◦ blue 183

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

Shades of Lily #CCA9B7

Tints of Lily #CCA9B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 32.91%

R = 36.69%
G = 30.4%
B = 32.91%

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

#CCA9B7 (or 0xCCA9B7) is known color: Lily. HEX triplet: CC, A9 and B7. RGB value is (204,169,183). Sum of RGB (Red+Green+Blue) = 204+169+183=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 169 (66.41% from 255 or 30.40% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA9B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9B7 is #335648. Grayscale: #B5B5B5. Windows color (decimal): -3364425 or 12036556. OLE color: 12036556.

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

Color convert

RGB 204 169 183 -
CMYK 0 0.17 0.10 0.2
HSL 336º 0.26% 0.73% -
HSV(B) 336º 0.17% 0.8% -
XYZ 47.64 44.63 50.9 -
YUV 181.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 204 169 183 0 0.17 0.10 0.2 336 0.26 0.73
Hex CC A9 B7 0 11 A 14 150 1A 49
Octal 314 251 267 0 21 12 24 520 32 111
Binary 11001100 10101001 10110111 0 10001 1010 10100 101010000 11010 1001001

Color Harmonies of #CCA9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA9B7

Black with #CCA9B7

Text Example


Text Example

White with #CCA9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA9B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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