Html Css Color HEX #CCA0B7 Lily

📋 copy color: '#CCA0B7'

red 204 ◦ green 160 ◦ blue 183

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

Shades of Lily #CCA0B7

Tints of Lily #CCA0B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.46%

R = 37.29%
G = 29.25%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CCA0B7 (or 0xCCA0B7) is known color: Lily. HEX triplet: CC, A0 and B7. RGB value is (204,160,183). Sum of RGB (Red+Green+Blue) = 204+160+183=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0B7 is #335F48. Grayscale: #AFAFAF. Windows color (decimal): -3366729 or 12034252. OLE color: 12034252.

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

Color convert

RGB 204 160 183 -
CMYK 0 0.22 0.10 0.2
HSL 328.64º 0.3% 0.71% -
HSV(B) 328.64º 0.22% 0.8% -
XYZ 46.02 41.4 50.36 -
YUV 175.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 204 160 183 0 0.22 0.10 0.2 328.64 0.3 0.71
Hex CC A0 B7 0 16 A 14 149 1E 47
Octal 314 240 267 0 26 12 24 511 36 107
Binary 11001100 10100000 10110111 0 10110 1010 10100 101001001 11110 1000111

Color Harmonies of #CCA0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0B7

Black with #CCA0B7

Text Example


Text Example

White with #CCA0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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