#CBAEC4

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

Shades of Maverick #CBAEC4

Tints of Maverick #CBAEC4

Color information

#CBAEC4 (or 0xCBAEC4) is unknown color: approx Maverick. HEX triplet: CB, AE and C4. RGB value is (203,174,196). Sum of RGB (Red+Green+Blue) = 203+174+196=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAEC4 is #34513B. Grayscale: #B9B9B9. Windows color (decimal): -3428668 or 12889803. OLE color: 12889803.

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

Color convert

RGB203174196-
CMYK00.140.030.20
HSL314.48º21.8%73.92%-
HSV(B)314.48º14.29%79.61%-
XYZ49.7346.9558.67-
YUV185.18134.11140.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=35.43%
G=30.37%
B=34.21%

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
Decimal20317419600.140.030.20314.4821.873.92
HexCBAEC40E31413a164a
Octal31325630401632447226112
Binary110010111010111011000100011101110100100111010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEC4; }

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

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

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

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

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

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

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

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