Html Css Color HEX #CAACC6 Lilac

📋 copy color: '#CAACC6'

red 202 ◦ green 172 ◦ blue 198

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

Shades of Lilac #CAACC6

Tints of Lilac #CAACC6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.07%

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

R = 35.31%
G = 30.07%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CAACC6 (or 0xCAACC6) is known color: Lilac. HEX triplet: CA, AC and C6. RGB value is (202,172,198). Sum of RGB (Red+Green+Blue) = 202+172+198=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 202 - color contains mainly: red. Hex color #CAACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAACC6 is #355339. Grayscale: #B7B7B7. Windows color (decimal): -3494714 or 13020362. OLE color: 13020362.

HSL color Cylindrical-coordinate representation of color #CAACC6: hue angle of 308º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAACC6 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 172 198 -
CMYK 0 0.15 0.02 0.21
HSL 308º 0.22% 0.73% -
HSV(B) 308º 0.15% 0.79% -
XYZ 49.3 46.14 59.73 -
YUV 183.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 202 172 198 0 0.15 0.02 0.21 308 0.22 0.73
Hex CA AC C6 0 F 2 15 134 16 49
Octal 312 254 306 0 17 2 25 464 26 111
Binary 11001010 10101100 11000110 0 1111 10 10101 100110100 10110 1001001

Color Harmonies of #CAACC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAACC6

Black with #CAACC6

Text Example


Text Example

White with #CAACC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAACC6; }

 p { color: rgb(202,172,198); }

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

background-color css

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

 a { background-color: rgb(202,172,198); }

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

border-color css

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

 span { border-color: rgb(202,172,198); }

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