Html Css Color HEX #CAB1FF Mauve

📋 copy color: '#CAB1FF'

red 202 ◦ green 177 ◦ blue 255

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

Shades of Mauve #CAB1FF

Tints of Mauve #CAB1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.22%

R = 31.86%
G = 27.92%
B = 40.22%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CAB1FF (or 0xCAB1FF) is known color: Mauve. HEX triplet: CA, B1 and FF. RGB value is (202,177,255). Sum of RGB (Red+Green+Blue) = 202+177+255=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 177 (69.53% from 255 or 27.92% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB1FF is #354E00. Grayscale: #C1C1C1. Windows color (decimal): -3493377 or 16757194. OLE color: 16757194.

HSL color Cylindrical-coordinate representation of color #CAB1FF: hue angle of 259.23º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAB1FF is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 177 255 -
CMYK 0.21 0.31 0 0
HSL 259.23º 1% 0.85% -
HSV(B) 259.23º 0.31% 1% -
XYZ 58.13 51.22 101.43 -
YUV 193.37 162.78 134.16 -
System Red Green Blue C M Y K H S L
Decimal 202 177 255 0.21 0.31 0 0 259.23 1 0.85
Hex CA B1 FF 15 1F 0 0 103 64 55
Octal 312 261 377 25 37 0 0 403 144 125
Binary 11001010 10110001 11111111 10101 11111 0 0 100000011 1100100 1010101

Color Harmonies of #CAB1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB1FF

Black with #CAB1FF

Text Example


Text Example

White with #CAB1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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