Html Css Color HEX #CCA2C4 Lilac

📋 copy color: '#CCA2C4'

red 204 ◦ green 162 ◦ blue 196

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

Shades of Lilac #CCA2C4

Tints of Lilac #CCA2C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.88%

R = 36.3%
G = 28.83%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CCA2C4 (or 0xCCA2C4) is known color: Lilac. HEX triplet: CC, A2 and C4. RGB value is (204,162,196). Sum of RGB (Red+Green+Blue) = 204+162+196=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 162 (63.67% from 255 or 28.83% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2C4 is #335D3B. Grayscale: #B2B2B2. Windows color (decimal): -3366204 or 12886732. OLE color: 12886732.

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

Color convert

RGB 204 162 196 -
CMYK 0 0.21 0.04 0.2
HSL 311.43º 0.29% 0.72% -
HSV(B) 311.43º 0.21% 0.8% -
XYZ 47.79 42.66 57.94 -
YUV 178.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 204 162 196 0 0.21 0.04 0.2 311.43 0.29 0.72
Hex CC A2 C4 0 15 4 14 137 1D 48
Octal 314 242 304 0 25 4 24 467 35 110
Binary 11001100 10100010 11000100 0 10101 100 10100 100110111 11101 1001000

Color Harmonies of #CCA2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA2C4

Black with #CCA2C4

Text Example


Text Example

White with #CCA2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA2C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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