Html Css Color HEX #CCA0B2 Lily

📋 copy color: '#CCA0B2'

red 204 ◦ green 160 ◦ blue 178

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

Shades of Lily #CCA0B2

Tints of Lily #CCA0B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.84%

R = 37.64%
G = 29.52%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CCA0B2 (or 0xCCA0B2) is known color: Lily. HEX triplet: CC, A0 and B2. RGB value is (204,160,178). Sum of RGB (Red+Green+Blue) = 204+160+178=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA0B2 is #335F4D. Grayscale: #AFAFAF. Windows color (decimal): -3366734 or 11706572. OLE color: 11706572.

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

Color convert

RGB 204 160 178 -
CMYK 0 0.22 0.13 0.2
HSL 335.45º 0.3% 0.71% -
HSV(B) 335.45º 0.22% 0.8% -
XYZ 45.51 41.19 47.67 -
YUV 175.21 129.58 148.54 -
System Red Green Blue C M Y K H S L
Decimal 204 160 178 0 0.22 0.13 0.2 335.45 0.3 0.71
Hex CC A0 B2 0 16 D 14 14F 1E 47
Octal 314 240 262 0 26 15 24 517 36 107
Binary 11001100 10100000 10110010 0 10110 1101 10100 101001111 11110 1000111

Color Harmonies of #CCA0B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0B2

Black with #CCA0B2

Text Example


Text Example

White with #CCA0B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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