#CBB6BF

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

Shades of Maverick #CBB6BF

Tints of Maverick #CBB6BF

Color information

#CBB6BF (or 0xCBB6BF) is unknown color: approx Maverick. HEX triplet: CB, B6 and BF. RGB value is (203,182,191). Sum of RGB (Red+Green+Blue) = 203+182+191=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 191 (75% from 255 or 33.16% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6BF is #344940. Grayscale: #BDBDBD. Windows color (decimal): -3426625 or 12564171. OLE color: 12564171.

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

Color convert

RGB203182191-
CMYK00.100.060.20
HSL334.29º16.8%75.49%-
HSV(B)334.29º10.34%79.61%-
XYZ50.7649.9156.25-
YUV189.3128.96137.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 182 (71.48% from 255) = 31.60%
BLUE value IS 191 (75% from 255) = 33.16%
R=35.24%
G=31.60%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318219100.100.060.20334.2916.875.49
HexCBB6BF0A61414e114b
Octal31326627701262451621113
Binary1100101110110110101111110101011010100101001110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB6BF; }

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

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

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

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

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

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

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

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