Html Css Color HEX #CAB2C7 Lilac

📋 copy color: '#CAB2C7'

red 202 ◦ green 178 ◦ blue 199

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

Shades of Lilac #CAB2C7

Tints of Lilac #CAB2C7

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.74%

 BLUE value IS 199 (78.13% from 255) = 34.37%

R = 34.89%
G = 30.74%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CAB2C7 (or 0xCAB2C7) is known color: Lilac. HEX triplet: CA, B2 and C7. RGB value is (202,178,199). Sum of RGB (Red+Green+Blue) = 202+178+199=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2C7 is #354D38. Grayscale: #BBBBBB. Windows color (decimal): -3493177 or 13087434. OLE color: 13087434.

HSL color Cylindrical-coordinate representation of color #CAB2C7: hue angle of 307.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB2C7 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 178 199 -
CMYK 0 0.12 0.01 0.21
HSL 307.5º 0.18% 0.75% -
HSV(B) 307.5º 0.12% 0.79% -
XYZ 50.59 48.52 60.73 -
YUV 187.57 134.45 138.29 -
System Red Green Blue C M Y K H S L
Decimal 202 178 199 0 0.12 0.01 0.21 307.5 0.18 0.75
Hex CA B2 C7 0 C 1 15 134 12 4B
Octal 312 262 307 0 14 1 25 464 22 113
Binary 11001010 10110010 11000111 0 1100 1 10101 100110100 10010 1001011

Color Harmonies of #CAB2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2C7

Black with #CAB2C7

Text Example


Text Example

White with #CAB2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2C7; }

 p { color: rgb(202,178,199); }

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

background-color css

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

 a { background-color: rgb(202,178,199); }

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

border-color css

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

 span { border-color: rgb(202,178,199); }

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