#CABCC4

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

Shades of Maverick #CABCC4

Tints of Maverick #CABCC4

Color information

#CABCC4 (or 0xCABCC4) is unknown color: approx Maverick. HEX triplet: CA, BC and C4. RGB value is (202,188,196). Sum of RGB (Red+Green+Blue) = 202+188+196=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCC4 is #35433B. Grayscale: #C1C1C1. Windows color (decimal): -3490620 or 12893386. OLE color: 12893386.

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

Color convert

RGB202188196-
CMYK00.070.030.21
HSL325.71º11.67%76.47%-
HSV(B)325.71º6.93%79.22%-
XYZ52.352.5159.6-
YUV193.1129.64134.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 196 (76.95% from 255) = 33.45%
R=34.47%
G=32.08%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218819600.070.030.21325.7111.6776.47
HexCABCC407315146c4c
Octal3122743040732550614114
Binary1100101010111100110001000111111010110100011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABCC4; }

 p { color: rgb(202,188,196); }

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

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

 a { background-color: rgb(202,188,196); }

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

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

 span { border-color: rgb(202,188,196); }

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