Html Css Color HEX #CCA0CA Lilac

📋 copy color: '#CCA0CA'

red 204 ◦ green 160 ◦ blue 202

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

Shades of Lilac #CCA0CA

Tints of Lilac #CCA0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.69%

R = 36.04%
G = 28.27%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CCA0CA (or 0xCCA0CA) is known color: Lilac. HEX triplet: CC, A0 and CA. RGB value is (204,160,202). Sum of RGB (Red+Green+Blue) = 204+160+202=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 160 (62.89% from 255 or 28.27% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0CA is #335F35. Grayscale: #B1B1B1. Windows color (decimal): -3366710 or 13279436. OLE color: 13279436.

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

Color convert

RGB 204 160 202 -
CMYK 0 0.22 0.01 0.2
HSL 302.73º 0.3% 0.71% -
HSV(B) 302.73º 0.22% 0.8% -
XYZ 48.13 42.24 61.49 -
YUV 177.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 204 160 202 0 0.22 0.01 0.2 302.73 0.3 0.71
Hex CC A0 CA 0 16 1 14 12F 1E 47
Octal 314 240 312 0 26 1 24 457 36 107
Binary 11001100 10100000 11001010 0 10110 1 10100 100101111 11110 1000111

Color Harmonies of #CCA0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0CA

Black with #CCA0CA

Text Example


Text Example

White with #CCA0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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