#CABBC4

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

Shades of Maverick #CABBC4

Tints of Maverick #CABBC4

Color information

#CABBC4 (or 0xCABBC4) is unknown color: approx Maverick. HEX triplet: CA, BB and C4. RGB value is (202,187,196). Sum of RGB (Red+Green+Blue) = 202+187+196=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABBC4 is #35443B. Grayscale: #C0C0C0. Windows color (decimal): -3490876 or 12893130. OLE color: 12893130.

HSL color Cylindrical-coordinate representation of color #CABBC4: hue angle of 324º 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 #CABBC4 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB202187196-
CMYK00.070.030.21
HSL324º12.4%76.27%-
HSV(B)324º7.43%79.22%-
XYZ52.0952.0859.53-
YUV192.51129.97134.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 196 (76.95% from 255) = 33.50%
R=34.53%
G=31.97%
B=33.50%

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
Decimal20218719600.070.030.2132412.476.27
HexCABBC407315144c4c
Octal3122733040732550414114
Binary1100101010111011110001000111111010110100010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBC4; }

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

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

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

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

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

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

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

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