#CBB5BE

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

Shades of Maverick #CBB5BE

Tints of Maverick #CBB5BE

Color information

#CBB5BE (or 0xCBB5BE) is unknown color: approx Maverick. HEX triplet: CB, B5 and BE. RGB value is (203,181,190). Sum of RGB (Red+Green+Blue) = 203+181+190=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 190 (74.61% from 255 or 33.10% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5BE is #344A41. Grayscale: #BCBCBC. Windows color (decimal): -3426882 or 12498379. OLE color: 12498379.

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

Color convert

RGB203181190-
CMYK00.110.060.20
HSL335.45º17.46%75.29%-
HSV(B)335.45º10.84%79.61%-
XYZ50.4549.4655.6-
YUV188.6128.79138.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.37%
GREEN value IS 181 (71.09% from 255) = 31.53%
BLUE value IS 190 (74.61% from 255) = 33.10%
R=35.37%
G=31.53%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318119000.110.060.20335.4517.4675.29
HexCBB5BE0B61414f114b
Octal31326527601362451721113
Binary1100101110110101101111100101111010100101001111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5BE; }

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

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

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

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

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

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

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

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