#CBABC1

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

Shades of Maverick #CBABC1

Tints of Maverick #CBABC1

Color information

#CBABC1 (or 0xCBABC1) is unknown color: approx Maverick. HEX triplet: CB, AB and C1. RGB value is (203,171,193). Sum of RGB (Red+Green+Blue) = 203+171+193=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBABC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABC1 is #34543E. Grayscale: #B7B7B7. Windows color (decimal): -3429439 or 12692427. OLE color: 12692427.

HSL color Cylindrical-coordinate representation of color #CBABC1: hue angle of 318.75º 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 #CBABC1 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB203171193-
CMYK00.160.050.20
HSL318.75º23.53%73.33%-
HSV(B)318.75º15.76%79.61%-
XYZ48.8245.6756.69-
YUV183.08133.6142.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 171 (67.19% from 255) = 30.16%
BLUE value IS 193 (75.78% from 255) = 34.04%
R=35.80%
G=30.16%
B=34.04%

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
Decimal20317119300.160.050.20318.7523.5373.33
HexCBABC101051413f1849
Octal31325330102052447730111
Binary11001011101010111100000101000010110100100111111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBABC1; }

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

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

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

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

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

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

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

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