#CAB3C6

Color #CAB3C6 Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #CAB3C6

Tints of Maverick #CAB3C6

Color information

#CAB3C6 (or 0xCAB3C6) is unknown color: approx Maverick. HEX triplet: CA, B3 and C6. RGB value is (202,179,198). Sum of RGB (Red+Green+Blue) = 202+179+198=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB3C6 is #354C39. Grayscale: #BBBBBB. Windows color (decimal): -3492922 or 13022154. OLE color: 13022154.

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

Color convert

RGB202179198-
CMYK00.110.020.21
HSL310.43º17.83%74.71%-
HSV(B)310.43º11.39%79.22%-
XYZ50.6748.8760.19-
YUV188.04133.62137.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 179 (70.31% from 255) = 30.92%
BLUE value IS 198 (77.73% from 255) = 34.20%
R=34.89%
G=30.92%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217919800.110.020.21310.4317.8374.71
HexCAB3C60B215136124b
Octal31226330601322546622113
Binary110010101011001111000110010111010101100110110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB3C6; }

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

 H1.HeaderClassName
 {
   color: #CAB3C6;
 }
 .AnyTagClassName
 {
   color: #CAB3C6;
 }
</style>
background-color css

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

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

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

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

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

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