#CBAEBB

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

Shades of Maverick #CBAEBB

Tints of Maverick #CBAEBB

Color information

#CBAEBB (or 0xCBAEBB) is unknown color: approx Maverick. HEX triplet: CB, AE and BB. RGB value is (203,174,187). Sum of RGB (Red+Green+Blue) = 203+174+187=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEBB is #345144. Grayscale: #B8B8B8. Windows color (decimal): -3428677 or 12299979. OLE color: 12299979.

HSL color Cylindrical-coordinate representation of color #CBAEBB: hue angle of 333.1º 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 #CBAEBB is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB203174187-
CMYK00.140.080.20
HSL333.1º21.8%73.92%-
HSV(B)333.1º14.29%79.61%-
XYZ48.7346.5653.43-
YUV184.15129.61141.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=35.99%
G=30.85%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317418700.140.080.20333.121.873.92
HexCBAEBB0E81414d164a
Octal313256273016102451526112
Binary11001011101011101011101101110100010100101001101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEBB; }

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

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

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

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

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

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

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

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