#CABAC1

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

Shades of Maverick #CABAC1

Tints of Maverick #CABAC1

Color information

#CABAC1 (or 0xCABAC1) is unknown color: approx Maverick. HEX triplet: CA, BA and C1. RGB value is (202,186,193). Sum of RGB (Red+Green+Blue) = 202+186+193=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABAC1 is #35453E. Grayscale: #BFBFBF. Windows color (decimal): -3491135 or 12696266. OLE color: 12696266.

HSL color Cylindrical-coordinate representation of color #CABAC1: hue angle of 333.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CABAC1 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB202186193-
CMYK00.080.040.21
HSL333.75º13.11%76.08%-
HSV(B)333.75º7.92%79.22%-
XYZ51.5451.5257.68-
YUV191.58128.8135.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 193 (75.78% from 255) = 33.22%
R=34.77%
G=32.01%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218619300.080.040.21333.7513.1176.08
HexCABAC10841514ed4c
Octal31227230101042551615114
Binary110010101011101011000001010001001010110100111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAC1; }

 p { color: rgb(202,186,193); }

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

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

 a { background-color: rgb(202,186,193); }

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

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

 span { border-color: rgb(202,186,193); }

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