Html Css Color HEX #CAB1C7 Lilac

📋 copy color: '#CAB1C7'

red 202 ◦ green 177 ◦ blue 199

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

Shades of Lilac #CAB1C7

Tints of Lilac #CAB1C7

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.62%

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

R = 34.95%
G = 30.62%
B = 34.43%

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

#CAB1C7 (or 0xCAB1C7) is known color: Lilac. HEX triplet: CA, B1 and C7. RGB value is (202,177,199). Sum of RGB (Red+Green+Blue) = 202+177+199=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1C7 is #354E38. Grayscale: #BABABA. Windows color (decimal): -3493433 or 13087178. OLE color: 13087178.

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

Color convert

RGB 202 177 199 -
CMYK 0 0.12 0.01 0.21
HSL 307.2º 0.19% 0.74% -
HSV(B) 307.2º 0.12% 0.79% -
XYZ 50.39 48.12 60.67 -
YUV 186.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 202 177 199 0 0.12 0.01 0.21 307.2 0.19 0.74
Hex CA B1 C7 0 C 1 15 133 13 4A
Octal 312 261 307 0 14 1 25 463 23 112
Binary 11001010 10110001 11000111 0 1100 1 10101 100110011 10011 1001010

Color Harmonies of #CAB1C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB1C7

Black with #CAB1C7

Text Example


Text Example

White with #CAB1C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB1C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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