#CBB0BE

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

Shades of Maverick #CBB0BE

Tints of Maverick #CBB0BE

Color information

#CBB0BE (or 0xCBB0BE) is unknown color: approx Maverick. HEX triplet: CB, B0 and BE. RGB value is (203,176,190). Sum of RGB (Red+Green+Blue) = 203+176+190=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0BE is #344F41. Grayscale: #B9B9B9. Windows color (decimal): -3428162 or 12497099. OLE color: 12497099.

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

Color convert

RGB203176190-
CMYK00.130.060.20
HSL328.89º20.61%74.31%-
HSV(B)328.89º13.3%79.61%-
XYZ49.4547.4655.27-
YUV185.67130.45140.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 176 (69.14% from 255) = 30.93%
BLUE value IS 190 (74.61% from 255) = 33.39%
R=35.68%
G=30.93%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317619000.130.060.20328.8920.6174.31
HexCBB0BE0D614149154a
Octal31326027601562451125112
Binary1100101110110000101111100110111010100101001001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB0BE; }

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

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

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

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

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

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

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

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