#CBA2BE

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

Shades of Maverick #CBA2BE

Tints of Maverick #CBA2BE

Color information

#CBA2BE (or 0xCBA2BE) is unknown color: approx Maverick. HEX triplet: CB, A2 and BE. RGB value is (203,162,190). Sum of RGB (Red+Green+Blue) = 203+162+190=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2BE is #345D41. Grayscale: #B1B1B1. Windows color (decimal): -3431746 or 12493515. OLE color: 12493515.

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

Color convert

RGB203162190-
CMYK00.200.060.20
HSL319.02º28.28%71.57%-
HSV(B)319.02º20.2%79.61%-
XYZ46.8442.2554.4-
YUV177.45135.08146.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 162 (63.67% from 255) = 29.19%
BLUE value IS 190 (74.61% from 255) = 34.23%
R=36.58%
G=29.19%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316219000.200.060.20319.0228.2871.57
HexCBA2BE01461413f1c48
Octal31324227602462447734110
Binary11001011101000101011111001010011010100100111111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA2BE; }

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

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

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

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

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

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

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

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