Html Css Color HEX #CCA2CB Lilac

📋 copy color: '#CCA2CB'

red 204 ◦ green 162 ◦ blue 203

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

Shades of Lilac #CCA2CB

Tints of Lilac #CCA2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.68%

R = 35.85%
G = 28.47%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CCA2CB (or 0xCCA2CB) is known color: Lilac. HEX triplet: CC, A2 and CB. RGB value is (204,162,203). Sum of RGB (Red+Green+Blue) = 204+162+203=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2CB is #335D34. Grayscale: #B3B3B3. Windows color (decimal): -3366197 or 13345484. OLE color: 13345484.

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

Color convert

RGB 204 162 203 -
CMYK 0 0.21 0.00 0.2
HSL 301.43º 0.29% 0.72% -
HSV(B) 301.43º 0.21% 0.8% -
XYZ 48.6 42.99 62.24 -
YUV 179.23 141.41 145.67 -
System Red Green Blue C M Y K H S L
Decimal 204 162 203 0 0.21 0.00 0.2 301.43 0.29 0.72
Hex CC A2 CB 0 15 0 14 12D 1D 48
Octal 314 242 313 0 25 0 24 455 35 110
Binary 11001100 10100010 11001011 0 10101 0 10100 100101101 11101 1001000

Color Harmonies of #CCA2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA2CB

Black with #CCA2CB

Text Example


Text Example

White with #CCA2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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