Html Css Color HEX #CCA1B9 Lily

📋 copy color: '#CCA1B9'

red 204 ◦ green 161 ◦ blue 185

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

Shades of Lily #CCA1B9

Tints of Lily #CCA1B9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.27%

 BLUE value IS 185 (72.66% from 255) = 33.64%

R = 37.09%
G = 29.27%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CCA1B9 (or 0xCCA1B9) is known color: Lily. HEX triplet: CC, A1 and B9. RGB value is (204,161,185). Sum of RGB (Red+Green+Blue) = 204+161+185=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 185 (72.66% from 255 or 33.64% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1B9 is #335E46. Grayscale: #B0B0B0. Windows color (decimal): -3366471 or 12165580. OLE color: 12165580.

HSL color Cylindrical-coordinate representation of color #CCA1B9: hue angle of 326.51º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA1B9 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 185 -
CMYK 0 0.21 0.09 0.2
HSL 326.51º 0.3% 0.72% -
HSV(B) 326.51º 0.21% 0.8% -
XYZ 46.4 41.83 51.53 -
YUV 176.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 204 161 185 0 0.21 0.09 0.2 326.51 0.3 0.72
Hex CC A1 B9 0 15 9 14 147 1E 48
Octal 314 241 271 0 25 11 24 507 36 110
Binary 11001100 10100001 10111001 0 10101 1001 10100 101000111 11110 1001000

Color Harmonies of #CCA1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA1B9

Black with #CCA1B9

Text Example


Text Example

White with #CCA1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA1B9; }

 p { color: rgb(204,161,185); }

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

background-color css

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

 a { background-color: rgb(204,161,185); }

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

border-color css

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

 span { border-color: rgb(204,161,185); }

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