Html Css Color HEX #CCA1BC Lily

📋 copy color: '#CCA1BC'

red 204 ◦ green 161 ◦ blue 188

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

Shades of Lily #CCA1BC

Tints of Lily #CCA1BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34%

R = 36.89%
G = 29.11%
B = 34%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CCA1BC (or 0xCCA1BC) is known color: Lily. HEX triplet: CC, A1 and BC. RGB value is (204,161,188). Sum of RGB (Red+Green+Blue) = 204+161+188=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1BC is #335E43. Grayscale: #B0B0B0. Windows color (decimal): -3366468 or 12362188. OLE color: 12362188.

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

Color convert

RGB 204 161 188 -
CMYK 0 0.21 0.08 0.2
HSL 322.33º 0.3% 0.72% -
HSV(B) 322.33º 0.21% 0.8% -
XYZ 46.72 41.96 53.21 -
YUV 176.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 204 161 188 0 0.21 0.08 0.2 322.33 0.3 0.72
Hex CC A1 BC 0 15 8 14 142 1E 48
Octal 314 241 274 0 25 10 24 502 36 110
Binary 11001100 10100001 10111100 0 10101 1000 10100 101000010 11110 1001000

Color Harmonies of #CCA1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA1BC

Black with #CCA1BC

Text Example


Text Example

White with #CCA1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA1BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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