#CBB3BF

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

Shades of Maverick #CBB3BF

Tints of Maverick #CBB3BF

Color information

#CBB3BF (or 0xCBB3BF) is unknown color: approx Maverick. HEX triplet: CB, B3 and BF. RGB value is (203,179,191). Sum of RGB (Red+Green+Blue) = 203+179+191=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3BF is #344C40. Grayscale: #BBBBBB. Windows color (decimal): -3427393 or 12563403. OLE color: 12563403.

HSL color Cylindrical-coordinate representation of color #CBB3BF: hue angle of 330º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB3BF is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203179191-
CMYK00.120.060.20
HSL330º18.75%74.9%-
HSV(B)330º11.82%79.61%-
XYZ50.1548.756.05-
YUV187.54129.95139.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 179 (70.31% from 255) = 31.24%
BLUE value IS 191 (75% from 255) = 33.33%
R=35.43%
G=31.24%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317919100.120.060.2033018.7574.9
HexCBB3BF0C61414a134b
Octal31326327701462451223113
Binary1100101110110011101111110110011010100101001010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB3BF; }

 p { color: rgb(203,179,191); }

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

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

 a { background-color: rgb(203,179,191); }

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

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

 span { border-color: rgb(203,179,191); }

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