Html Css Color HEX #CCA0AF Lily

📋 copy color: '#CCA0AF'

red 204 ◦ green 160 ◦ blue 175

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

Shades of Lily #CCA0AF

Tints of Lily #CCA0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.47%

R = 37.85%
G = 29.68%
B = 32.47%

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

#CCA0AF (or 0xCCA0AF) is known color: Lily. HEX triplet: CC, A0 and AF. RGB value is (204,160,175). Sum of RGB (Red+Green+Blue) = 204+160+175=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA0AF is #335F50. Grayscale: #AEAEAE. Windows color (decimal): -3366737 or 11509964. OLE color: 11509964.

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

Color convert

RGB 204 160 175 -
CMYK 0 0.22 0.14 0.2
HSL 339.55º 0.3% 0.71% -
HSV(B) 339.55º 0.22% 0.8% -
XYZ 45.21 41.07 46.1 -
YUV 174.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 204 160 175 0 0.22 0.14 0.2 339.55 0.3 0.71
Hex CC A0 AF 0 16 E 14 154 1E 47
Octal 314 240 257 0 26 16 24 524 36 107
Binary 11001100 10100000 10101111 0 10110 1110 10100 101010100 11110 1000111

Color Harmonies of #CCA0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0AF

Black with #CCA0AF

Text Example


Text Example

White with #CCA0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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