Html Css Color HEX #CCA2C6 Lilac

📋 copy color: '#CCA2C6'

red 204 ◦ green 162 ◦ blue 198

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

Shades of Lilac #CCA2C6

Tints of Lilac #CCA2C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.11%

R = 36.17%
G = 28.72%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CCA2C6 (or 0xCCA2C6) is known color: Lilac. HEX triplet: CC, A2 and C6. RGB value is (204,162,198). Sum of RGB (Red+Green+Blue) = 204+162+198=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 162 (63.67% from 255 or 28.72% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA2C6 is #335D39. Grayscale: #B2B2B2. Windows color (decimal): -3366202 or 13017804. OLE color: 13017804.

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

Color convert

RGB 204 162 198 -
CMYK 0 0.21 0.03 0.2
HSL 308.57º 0.29% 0.72% -
HSV(B) 308.57º 0.21% 0.8% -
XYZ 48.02 42.76 59.15 -
YUV 178.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 204 162 198 0 0.21 0.03 0.2 308.57 0.29 0.72
Hex CC A2 C6 0 15 3 14 135 1D 48
Octal 314 242 306 0 25 3 24 465 35 110
Binary 11001100 10100010 11000110 0 10101 11 10100 100110101 11101 1001000

Color Harmonies of #CCA2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA2C6

Black with #CCA2C6

Text Example


Text Example

White with #CCA2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA2C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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