Html Css Color HEX #CCA0B0 Lily

📋 copy color: '#CCA0B0'

red 204 ◦ green 160 ◦ blue 176

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

Shades of Lily #CCA0B0

Tints of Lily #CCA0B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.59%

R = 37.78%
G = 29.63%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCA0B0 (or 0xCCA0B0) is known color: Lily. HEX triplet: CC, A0 and B0. RGB value is (204,160,176). Sum of RGB (Red+Green+Blue) = 204+160+176=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 160 (62.89% from 255 or 29.63% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA0B0 is #335F4F. Grayscale: #AEAEAE. Windows color (decimal): -3366736 or 11575500. OLE color: 11575500.

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

Color convert

RGB 204 160 176 -
CMYK 0 0.22 0.14 0.2
HSL 338.18º 0.3% 0.71% -
HSV(B) 338.18º 0.22% 0.8% -
XYZ 45.31 41.11 46.62 -
YUV 174.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 204 160 176 0 0.22 0.14 0.2 338.18 0.3 0.71
Hex CC A0 B0 0 16 E 14 152 1E 47
Octal 314 240 260 0 26 16 24 522 36 107
Binary 11001100 10100000 10110000 0 10110 1110 10100 101010010 11110 1000111

Color Harmonies of #CCA0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0B0

Black with #CCA0B0

Text Example


Text Example

White with #CCA0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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