#C8AEC3

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

Shades of Maverick #C8AEC3

Tints of Maverick #C8AEC3

Color information

#C8AEC3 (or 0xC8AEC3) is unknown color: approx Maverick. HEX triplet: C8, AE and C3. RGB value is (200,174,195). Sum of RGB (Red+Green+Blue) = 200+174+195=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AEC3 is #37513C. Grayscale: #B8B8B8. Windows color (decimal): -3625277 or 12824264. OLE color: 12824264.

HSL color Cylindrical-coordinate representation of color #C8AEC3: hue angle of 311.54º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8AEC3 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB200174195-
CMYK00.130.020.22
HSL311.54º19.12%73.33%-
HSV(B)311.54º13%78.43%-
XYZ48.8146.4958.03-
YUV184.17134.11139.29-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 195 (76.56% from 255) = 34.27%
R=35.15%
G=30.58%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017419500.130.020.22311.5419.1273.33
HexC8AEC30D2161381349
Octal31025630301522647023111
Binary110010001010111011000011011011010110100111000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AEC3; }

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

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

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

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

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

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

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

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