Html Css Color HEX #CCA2BC Lily

📋 copy color: '#CCA2BC'

red 204 ◦ green 162 ◦ blue 188

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

Shades of Lily #CCA2BC

Tints of Lily #CCA2BC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.24%

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

R = 36.82%
G = 29.24%
B = 33.94%

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

#CCA2BC (or 0xCCA2BC) is known color: Lily. HEX triplet: CC, A2 and BC. RGB value is (204,162,188). Sum of RGB (Red+Green+Blue) = 204+162+188=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2BC is #335D43. Grayscale: #B1B1B1. Windows color (decimal): -3366212 or 12362444. OLE color: 12362444.

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

Color convert

RGB 204 162 188 -
CMYK 0 0.21 0.08 0.2
HSL 322.86º 0.29% 0.72% -
HSV(B) 322.86º 0.21% 0.8% -
XYZ 46.9 42.31 53.27 -
YUV 177.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 204 162 188 0 0.21 0.08 0.2 322.86 0.29 0.72
Hex CC A2 BC 0 15 8 14 143 1D 48
Octal 314 242 274 0 25 10 24 503 35 110
Binary 11001100 10100010 10111100 0 10101 1000 10100 101000011 11101 1001000

Color Harmonies of #CCA2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA2BC

Black with #CCA2BC

Text Example


Text Example

White with #CCA2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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