Html Css Color HEX #CA99C0 Lilac

📋 copy color: '#CA99C0'

red 202 ◦ green 153 ◦ blue 192

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

Shades of Lilac #CA99C0

Tints of Lilac #CA99C0

RGB

 RED value IS 202 (79.3% from 255) = 36.93%

 GREEN value IS 153 (60.16% from 255) = 27.97%

 BLUE value IS 192 (75.39% from 255) = 35.1%

R = 36.93%
G = 27.97%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#CA99C0 (or 0xCA99C0) is known color: Lilac. HEX triplet: CA, 99 and C0. RGB value is (202,153,192). Sum of RGB (Red+Green+Blue) = 202+153+192=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CA99C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99C0 is #35663F. Grayscale: #ABABAB. Windows color (decimal): -3499584 or 12622282. OLE color: 12622282.

HSL color Cylindrical-coordinate representation of color #CA99C0: hue angle of 312.24º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA99C0 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 153 192 -
CMYK 0 0.24 0.05 0.21
HSL 312.24º 0.32% 0.7% -
HSV(B) 312.24º 0.24% 0.79% -
XYZ 45.26 39.14 55.04 -
YUV 172.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 202 153 192 0 0.24 0.05 0.21 312.24 0.32 0.7
Hex CA 99 C0 0 18 5 15 138 20 46
Octal 312 231 300 0 30 5 25 470 40 106
Binary 11001010 10011001 11000000 0 11000 101 10101 100111000 100000 1000110

Color Harmonies of #CA99C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA99C0

Black with #CA99C0

Text Example


Text Example

White with #CA99C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA99C0; }

 p { color: rgb(202,153,192); }

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

background-color css

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

 a { background-color: rgb(202,153,192); }

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

border-color css

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

 span { border-color: rgb(202,153,192); }

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