#CBAEC2

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

Shades of Maverick #CBAEC2

Tints of Maverick #CBAEC2

Color information

#CBAEC2 (or 0xCBAEC2) is unknown color: approx Maverick. HEX triplet: CB, AE and C2. RGB value is (203,174,194). Sum of RGB (Red+Green+Blue) = 203+174+194=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEC2 is #34513D. Grayscale: #B8B8B8. Windows color (decimal): -3428670 or 12758731. OLE color: 12758731.

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

Color convert

RGB203174194-
CMYK00.140.040.20
HSL318.62º21.8%73.92%-
HSV(B)318.62º14.29%79.61%-
XYZ49.546.8657.48-
YUV184.95133.11140.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 174 (68.36% from 255) = 30.47%
BLUE value IS 194 (76.17% from 255) = 33.98%
R=35.55%
G=30.47%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317419400.140.040.20318.6221.873.92
HexCBAEC20E41413f164a
Octal31325630201642447726112
Binary1100101110101110110000100111010010100100111111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEC2; }

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

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

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

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

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

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

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

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