#C0AEBD

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

Shades of Maverick #C0AEBD

Tints of Maverick #C0AEBD

Color information

#C0AEBD (or 0xC0AEBD) is unknown color: approx Maverick. HEX triplet: C0, AE and BD. RGB value is (192,174,189). Sum of RGB (Red+Green+Blue) = 192+174+189=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEBD is #3F5142. Grayscale: #B5B5B5. Windows color (decimal): -4149571 or 12431040. OLE color: 12431040.

HSL color Cylindrical-coordinate representation of color #C0AEBD: hue angle of 310º 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 #C0AEBD is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192174189-
CMYK00.090.020.25
HSL310º12.5%71.76%-
HSV(B)310º9.38%75.29%-
XYZ46.0645.1554.43-
YUV181.09132.46135.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.59%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 189 (74.22% from 255) = 34.05%
R=34.59%
G=31.35%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217418900.090.020.2531012.571.76
HexC0AEBD09219136c48
Octal30025627501123146614110
Binary11000000101011101011110101001101100110011011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AEBD; }

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

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

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

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

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

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

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

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