#CBAEC5

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

Shades of Maverick #CBAEC5

Tints of Maverick #CBAEC5

Color information

#CBAEC5 (or 0xCBAEC5) is unknown color: approx Maverick. HEX triplet: CB, AE and C5. RGB value is (203,174,197). Sum of RGB (Red+Green+Blue) = 203+174+197=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEC5 is #34513A. Grayscale: #B9B9B9. Windows color (decimal): -3428667 or 12955339. OLE color: 12955339.

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

Color convert

RGB203174197-
CMYK00.140.030.20
HSL312.41º21.8%73.92%-
HSV(B)312.41º14.29%79.61%-
XYZ49.844759.27-
YUV185.29134.61140.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.37%
GREEN value IS 174 (68.36% from 255) = 30.31%
BLUE value IS 197 (77.34% from 255) = 34.32%
R=35.37%
G=30.31%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317419700.140.030.20312.4121.873.92
HexCBAEC50E314138164a
Octal31325630501632447026112
Binary110010111010111011000101011101110100100111000101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEC5; }

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

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

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

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

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

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

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

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