Html Css Color HEX #CCA0BC Lily

📋 copy color: '#CCA0BC'

red 204 ◦ green 160 ◦ blue 188

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

Shades of Lily #CCA0BC

Tints of Lily #CCA0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.06%

R = 36.96%
G = 28.99%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCA0BC (or 0xCCA0BC) is known color: Lily. HEX triplet: CC, A0 and BC. RGB value is (204,160,188). Sum of RGB (Red+Green+Blue) = 204+160+188=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0BC is #335F43. Grayscale: #B0B0B0. Windows color (decimal): -3366724 or 12361932. OLE color: 12361932.

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

Color convert

RGB 204 160 188 -
CMYK 0 0.22 0.08 0.2
HSL 321.82º 0.3% 0.71% -
HSV(B) 321.82º 0.22% 0.8% -
XYZ 46.55 41.61 53.16 -
YUV 176.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 204 160 188 0 0.22 0.08 0.2 321.82 0.3 0.71
Hex CC A0 BC 0 16 8 14 142 1E 47
Octal 314 240 274 0 26 10 24 502 36 107
Binary 11001100 10100000 10111100 0 10110 1000 10100 101000010 11110 1000111

Color Harmonies of #CCA0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0BC

Black with #CCA0BC

Text Example


Text Example

White with #CCA0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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