#CBAEBA

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

Shades of Maverick #CBAEBA

Tints of Maverick #CBAEBA

Color information

#CBAEBA (or 0xCBAEBA) is unknown color: approx Maverick. HEX triplet: CB, AE and BA. RGB value is (203,174,186). Sum of RGB (Red+Green+Blue) = 203+174+186=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEBA is #345145. Grayscale: #B8B8B8. Windows color (decimal): -3428678 or 12234443. OLE color: 12234443.

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

Color convert

RGB203174186-
CMYK00.140.080.20
HSL335.17º21.8%73.92%-
HSV(B)335.17º14.29%79.61%-
XYZ48.6346.5152.87-
YUV184.04129.11141.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 174 (68.36% from 255) = 30.91%
BLUE value IS 186 (73.05% from 255) = 33.04%
R=36.06%
G=30.91%
B=33.04%

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
Decimal20317418600.140.080.20335.1721.873.92
HexCBAEBA0E81414f164a
Octal313256272016102451726112
Binary11001011101011101011101001110100010100101001111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEBA; }

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

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

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

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

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

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

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

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