#C0AEB8

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

Shades of Maverick #C0AEB8

Tints of Maverick #C0AEB8

Color information

#C0AEB8 (or 0xC0AEB8) is unknown color: approx Maverick. HEX triplet: C0, AE and B8. RGB value is (192,174,184). Sum of RGB (Red+Green+Blue) = 192+174+184=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 184 (72.27% from 255 or 33.45% from 550); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEB8 is #3F5147. Grayscale: #B4B4B4. Windows color (decimal): -4149576 or 12103360. OLE color: 12103360.

HSL color Cylindrical-coordinate representation of color #C0AEB8: hue angle of 326.67º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0AEB8 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB192174184-
CMYK00.090.040.25
HSL326.67º12.5%71.76%-
HSV(B)326.67º9.38%75.29%-
XYZ45.5344.9451.62-
YUV180.52129.96136.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.91%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 184 (72.27% from 255) = 33.45%
R=34.91%
G=31.64%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217418400.090.040.25326.6712.571.76
HexC0AEB809419147c48
Octal30025627001143150714110
Binary110000001010111010111000010011001100110100011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AEB8; }

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

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

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

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

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

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

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

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