Html Css Color HEX #CCA0B6 Lily

📋 copy color: '#CCA0B6'

red 204 ◦ green 160 ◦ blue 182

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

Shades of Lily #CCA0B6

Tints of Lily #CCA0B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.33%

R = 37.36%
G = 29.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#CCA0B6 (or 0xCCA0B6) is known color: Lily. HEX triplet: CC, A0 and B6. RGB value is (204,160,182). Sum of RGB (Red+Green+Blue) = 204+160+182=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0B6 is #335F49. Grayscale: #AFAFAF. Windows color (decimal): -3366730 or 11968716. OLE color: 11968716.

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

Color convert

RGB 204 160 182 -
CMYK 0 0.22 0.11 0.2
HSL 330º 0.3% 0.71% -
HSV(B) 330º 0.22% 0.8% -
XYZ 45.92 41.36 49.82 -
YUV 175.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 204 160 182 0 0.22 0.11 0.2 330 0.3 0.71
Hex CC A0 B6 0 16 B 14 14A 1E 47
Octal 314 240 266 0 26 13 24 512 36 107
Binary 11001100 10100000 10110110 0 10110 1011 10100 101001010 11110 1000111

Color Harmonies of #CCA0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0B6

Black with #CCA0B6

Text Example


Text Example

White with #CCA0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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