Html Css Color HEX #CAA7C6 Lilac

📋 copy color: '#CAA7C6'

red 202 ◦ green 167 ◦ blue 198

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

Shades of Lilac #CAA7C6

Tints of Lilac #CAA7C6

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.45%

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

R = 35.63%
G = 29.45%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#CAA7C6 (or 0xCAA7C6) is known color: Lilac. HEX triplet: CA, A7 and C6. RGB value is (202,167,198). Sum of RGB (Red+Green+Blue) = 202+167+198=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA7C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7C6 is #355839. Grayscale: #B4B4B4. Windows color (decimal): -3495994 or 13019082. OLE color: 13019082.

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

Color convert

RGB 202 167 198 -
CMYK 0 0.17 0.02 0.21
HSL 306.86º 0.25% 0.72% -
HSV(B) 306.86º 0.17% 0.79% -
XYZ 48.37 44.27 59.42 -
YUV 181 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 202 167 198 0 0.17 0.02 0.21 306.86 0.25 0.72
Hex CA A7 C6 0 11 2 15 133 19 48
Octal 312 247 306 0 21 2 25 463 31 110
Binary 11001010 10100111 11000110 0 10001 10 10101 100110011 11001 1001000

Color Harmonies of #CAA7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA7C6

Black with #CAA7C6

Text Example


Text Example

White with #CAA7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA7C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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