Html Css Color HEX #CCA0C6 Lilac

📋 copy color: '#CCA0C6'

red 204 ◦ green 160 ◦ blue 198

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

Shades of Lilac #CCA0C6

Tints of Lilac #CCA0C6

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.47%

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

R = 36.3%
G = 28.47%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CCA0C6 (or 0xCCA0C6) is known color: Lilac. HEX triplet: CC, A0 and C6. RGB value is (204,160,198). Sum of RGB (Red+Green+Blue) = 204+160+198=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0C6 is #335F39. Grayscale: #B1B1B1. Windows color (decimal): -3366714 or 13017292. OLE color: 13017292.

HSL color Cylindrical-coordinate representation of color #CCA0C6: hue angle of 308.18º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCA0C6 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 198 -
CMYK 0 0.22 0.03 0.2
HSL 308.18º 0.3% 0.71% -
HSV(B) 308.18º 0.22% 0.8% -
XYZ 47.67 42.06 59.03 -
YUV 177.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 204 160 198 0 0.22 0.03 0.2 308.18 0.3 0.71
Hex CC A0 C6 0 16 3 14 134 1E 47
Octal 314 240 306 0 26 3 24 464 36 107
Binary 11001100 10100000 11000110 0 10110 11 10100 100110100 11110 1000111

Color Harmonies of #CCA0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0C6

Black with #CCA0C6

Text Example


Text Example

White with #CCA0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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