#CBABC0

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

Shades of Maverick #CBABC0

Tints of Maverick #CBABC0

Color information

#CBABC0 (or 0xCBABC0) is unknown color: approx Maverick. HEX triplet: CB, AB and C0. RGB value is (203,171,192). Sum of RGB (Red+Green+Blue) = 203+171+192=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABC0 is #34543F. Grayscale: #B6B6B6. Windows color (decimal): -3429440 or 12626891. OLE color: 12626891.

HSL color Cylindrical-coordinate representation of color #CBABC0: hue angle of 320.62º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBABC0 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB203171192-
CMYK00.160.050.20
HSL320.62º23.53%73.33%-
HSV(B)320.62º15.76%79.61%-
XYZ48.7145.6356.11-
YUV182.96133.1142.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.87%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 192 (75.39% from 255) = 33.92%
R=35.87%
G=30.21%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317119200.160.050.20320.6223.5373.33
HexCBABC00105141411849
Octal31325330002052450130111
Binary11001011101010111100000001000010110100101000001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABC0; }

 p { color: rgb(203,171,192); }

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

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

 a { background-color: rgb(203,171,192); }

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

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

 span { border-color: rgb(203,171,192); }

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