#CBB3BE

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

Shades of Maverick #CBB3BE

Tints of Maverick #CBB3BE

Color information

#CBB3BE (or 0xCBB3BE) is unknown color: approx Maverick. HEX triplet: CB, B3 and BE. RGB value is (203,179,190). Sum of RGB (Red+Green+Blue) = 203+179+190=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 179 (70.31% from 255 or 31.29% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3BE is #344C41. Grayscale: #BBBBBB. Windows color (decimal): -3427394 or 12497867. OLE color: 12497867.

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

Color convert

RGB203179190-
CMYK00.120.060.20
HSL332.5º18.75%74.9%-
HSV(B)332.5º11.82%79.61%-
XYZ50.0448.6555.47-
YUV187.43129.45139.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 179 (70.31% from 255) = 31.29%
BLUE value IS 190 (74.61% from 255) = 33.22%
R=35.49%
G=31.29%
B=33.22%

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
Decimal20317919000.120.060.20332.518.7574.9
HexCBB3BE0C61414c134b
Octal31326327601462451423113
Binary1100101110110011101111100110011010100101001100100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB3BE; }

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

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

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

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

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

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

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

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