#CBAEC0

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

Shades of Maverick #CBAEC0

Tints of Maverick #CBAEC0

Color information

#CBAEC0 (or 0xCBAEC0) is unknown color: approx Maverick. HEX triplet: CB, AE and C0. RGB value is (203,174,192). Sum of RGB (Red+Green+Blue) = 203+174+192=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEC0 is #34513F. Grayscale: #B8B8B8. Windows color (decimal): -3428672 or 12627659. OLE color: 12627659.

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

Color convert

RGB203174192-
CMYK00.140.050.20
HSL322.76º21.8%73.92%-
HSV(B)322.76º14.29%79.61%-
XYZ49.2846.7756.3-
YUV184.72132.11141.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 192 (75.39% from 255) = 33.74%
R=35.68%
G=30.58%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317419200.140.050.20322.7621.873.92
HexCBAEC00E514143164a
Octal31325630001652450326112
Binary1100101110101110110000000111010110100101000011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEC0; }

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

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

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

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

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

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

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

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