Html Css Color HEX #CCA0BA Lily

📋 copy color: '#CCA0BA'

red 204 ◦ green 160 ◦ blue 186

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

Shades of Lily #CCA0BA

Tints of Lily #CCA0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.82%

R = 37.09%
G = 29.09%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCA0BA (or 0xCCA0BA) is known color: Lily. HEX triplet: CC, A0 and BA. RGB value is (204,160,186). Sum of RGB (Red+Green+Blue) = 204+160+186=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 160 (62.89% from 255 or 29.09% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0BA is #335F45. Grayscale: #B0B0B0. Windows color (decimal): -3366726 or 12230860. OLE color: 12230860.

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

Color convert

RGB 204 160 186 -
CMYK 0 0.22 0.09 0.2
HSL 324.55º 0.3% 0.71% -
HSV(B) 324.55º 0.22% 0.8% -
XYZ 46.34 41.52 52.03 -
YUV 176.12 133.58 147.89 -
System Red Green Blue C M Y K H S L
Decimal 204 160 186 0 0.22 0.09 0.2 324.55 0.3 0.71
Hex CC A0 BA 0 16 9 14 145 1E 47
Octal 314 240 272 0 26 11 24 505 36 107
Binary 11001100 10100000 10111010 0 10110 1001 10100 101000101 11110 1000111

Color Harmonies of #CCA0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0BA

Black with #CCA0BA

Text Example


Text Example

White with #CCA0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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