#CBB4BE

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

Shades of Maverick #CBB4BE

Tints of Maverick #CBB4BE

Color information

#CBB4BE (or 0xCBB4BE) is unknown color: approx Maverick. HEX triplet: CB, B4 and BE. RGB value is (203,180,190). Sum of RGB (Red+Green+Blue) = 203+180+190=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB4BE is #344B41. Grayscale: #BCBCBC. Windows color (decimal): -3427138 or 12498123. OLE color: 12498123.

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

Color convert

RGB203180190-
CMYK00.110.060.20
HSL333.91º18.11%75.1%-
HSV(B)333.91º11.33%79.61%-
XYZ50.2449.0655.54-
YUV188.02129.12138.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 190 (74.61% from 255) = 33.16%
R=35.43%
G=31.41%
B=33.16%

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
Decimal20318019000.110.060.20333.9118.1175.1
HexCBB4BE0B61414e124b
Octal31326427601362451622113
Binary1100101110110100101111100101111010100101001110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB4BE; }

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

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

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

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

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

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

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

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