#C3AEB8

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

Shades of Maverick #C3AEB8

Tints of Maverick #C3AEB8

Color information

#C3AEB8 (or 0xC3AEB8) is unknown color: approx Maverick. HEX triplet: C3, AE and B8. RGB value is (195,174,184). Sum of RGB (Red+Green+Blue) = 195+174+184=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 184 (72.27% from 255 or 33.27% from 553); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AEB8 is #3C5147. Grayscale: #B5B5B5. Windows color (decimal): -3952968 or 12103363. OLE color: 12103363.

HSL color Cylindrical-coordinate representation of color #C3AEB8: hue angle of 331.43º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3AEB8 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB195174184-
CMYK00.110.060.24
HSL331.43º14.89%72.35%-
HSV(B)331.43º10.77%76.47%-
XYZ46.2945.3351.66-
YUV181.42129.46137.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.26%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 184 (72.27% from 255) = 33.27%
R=35.26%
G=31.46%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517418400.110.060.24331.4314.8972.35
HexC3AEB80B61814bf48
Octal30325627001363051317110
Binary110000111010111010111000010111101100010100101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AEB8; }

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

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

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

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

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

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

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

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