Html Css Color HEX #CCA0B5 Lily

📋 copy color: '#CCA0B5'

red 204 ◦ green 160 ◦ blue 181

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

Shades of Lily #CCA0B5

Tints of Lily #CCA0B5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.36%

 BLUE value IS 181 (71.09% from 255) = 33.21%

R = 37.43%
G = 29.36%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CCA0B5 (or 0xCCA0B5) is known color: Lily. HEX triplet: CC, A0 and B5. RGB value is (204,160,181). Sum of RGB (Red+Green+Blue) = 204+160+181=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 181 (71.09% from 255 or 33.21% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0B5 is #335F4A. Grayscale: #AFAFAF. Windows color (decimal): -3366731 or 11903180. OLE color: 11903180.

HSL color Cylindrical-coordinate representation of color #CCA0B5: hue angle of 331.36º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCA0B5 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 181 -
CMYK 0 0.22 0.11 0.2
HSL 331.36º 0.3% 0.71% -
HSV(B) 331.36º 0.22% 0.8% -
XYZ 45.81 41.32 49.28 -
YUV 175.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 204 160 181 0 0.22 0.11 0.2 331.36 0.3 0.71
Hex CC A0 B5 0 16 B 14 14B 1E 47
Octal 314 240 265 0 26 13 24 513 36 107
Binary 11001100 10100000 10110101 0 10110 1011 10100 101001011 11110 1000111

Color Harmonies of #CCA0B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0B5

Black with #CCA0B5

Text Example


Text Example

White with #CCA0B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0B5; }

 p { color: rgb(204,160,181); }

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

background-color css

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

 a { background-color: rgb(204,160,181); }

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

border-color css

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

 span { border-color: rgb(204,160,181); }

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