#CBAEB9

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

Shades of Maverick #CBAEB9

Tints of Maverick #CBAEB9

Color information

#CBAEB9 (or 0xCBAEB9) is unknown color: approx Maverick. HEX triplet: CB, AE and B9. RGB value is (203,174,185). Sum of RGB (Red+Green+Blue) = 203+174+185=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 174 (68.36% from 255 or 30.96% from 562); Blue value is 185 (72.66% from 255 or 32.92% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEB9 is #345146. Grayscale: #B7B7B7. Windows color (decimal): -3428679 or 12168907. OLE color: 12168907.

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

Color convert

RGB203174185-
CMYK00.140.090.20
HSL337.24º21.8%73.92%-
HSV(B)337.24º14.29%79.61%-
XYZ48.5246.4752.31-
YUV183.92128.61141.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 174 (68.36% from 255) = 30.96%
BLUE value IS 185 (72.66% from 255) = 32.92%
R=36.12%
G=30.96%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317418500.140.090.20337.2421.873.92
HexCBAEB90E914151164a
Octal313256271016112452126112
Binary11001011101011101011100101110100110100101010001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEB9; }

 p { color: rgb(203,174,185); }

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

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

 a { background-color: rgb(203,174,185); }

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

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

 span { border-color: rgb(203,174,185); }

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