Html Css Color HEX #CCA0BE Lily

📋 copy color: '#CCA0BE'

red 204 ◦ green 160 ◦ blue 190

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

Shades of Lily #CCA0BE

Tints of Lily #CCA0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.3%

R = 36.82%
G = 28.88%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CCA0BE (or 0xCCA0BE) is known color: Lily. HEX triplet: CC, A0 and BE. RGB value is (204,160,190). Sum of RGB (Red+Green+Blue) = 204+160+190=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0BE is #335F41. Grayscale: #B0B0B0. Windows color (decimal): -3366722 or 12493004. OLE color: 12493004.

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

Color convert

RGB 204 160 190 -
CMYK 0 0.22 0.07 0.2
HSL 319.09º 0.3% 0.71% -
HSV(B) 319.09º 0.22% 0.8% -
XYZ 46.77 41.7 54.3 -
YUV 176.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 204 160 190 0 0.22 0.07 0.2 319.09 0.3 0.71
Hex CC A0 BE 0 16 7 14 13F 1E 47
Octal 314 240 276 0 26 7 24 477 36 107
Binary 11001100 10100000 10111110 0 10110 111 10100 100111111 11110 1000111

Color Harmonies of #CCA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0BE

Black with #CCA0BE

Text Example


Text Example

White with #CCA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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