#CBB3BD

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

Shades of Maverick #CBB3BD

Tints of Maverick #CBB3BD

Color information

#CBB3BD (or 0xCBB3BD) is unknown color: approx Maverick. HEX triplet: CB, B3 and BD. RGB value is (203,179,189). Sum of RGB (Red+Green+Blue) = 203+179+189=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 189 (74.22% from 255 or 33.10% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3BD is #344C42. Grayscale: #BBBBBB. Windows color (decimal): -3427395 or 12432331. OLE color: 12432331.

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

Color convert

RGB203179189-
CMYK00.120.070.20
HSL335º18.75%74.9%-
HSV(B)335º11.82%79.61%-
XYZ49.9348.6154.9-
YUV187.32128.95139.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 179 (70.31% from 255) = 31.35%
BLUE value IS 189 (74.22% from 255) = 33.10%
R=35.55%
G=31.35%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317918900.120.070.2033518.7574.9
HexCBB3BD0C71414f134b
Octal31326327501472451723113
Binary1100101110110011101111010110011110100101001111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB3BD; }

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

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

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

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

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

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

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

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