Html Css Color HEX #CCA0C4 Lilac

📋 copy color: '#CCA0C4'

red 204 ◦ green 160 ◦ blue 196

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

Shades of Lilac #CCA0C4

Tints of Lilac #CCA0C4

RGB

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

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

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

R = 36.43%
G = 28.57%
B = 35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#CCA0C4 (or 0xCCA0C4) is known color: Lilac. HEX triplet: CC, A0 and C4. RGB value is (204,160,196). Sum of RGB (Red+Green+Blue) = 204+160+196=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0C4 is #335F3B. Grayscale: #B1B1B1. Windows color (decimal): -3366716 or 12886220. OLE color: 12886220.

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

Color convert

RGB 204 160 196 -
CMYK 0 0.22 0.04 0.2
HSL 310.91º 0.3% 0.71% -
HSV(B) 310.91º 0.22% 0.8% -
XYZ 47.44 41.96 57.82 -
YUV 177.26 138.58 147.07 -
System Red Green Blue C M Y K H S L
Decimal 204 160 196 0 0.22 0.04 0.2 310.91 0.3 0.71
Hex CC A0 C4 0 16 4 14 137 1E 47
Octal 314 240 304 0 26 4 24 467 36 107
Binary 11001100 10100000 11000100 0 10110 100 10100 100110111 11110 1000111

Color Harmonies of #CCA0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0C4

Black with #CCA0C4

Text Example


Text Example

White with #CCA0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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