#C8AFBD

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

Shades of Maverick #C8AFBD

Tints of Maverick #C8AFBD

Color information

#C8AFBD (or 0xC8AFBD) is unknown color: approx Maverick. HEX triplet: C8, AF and BD. RGB value is (200,175,189). Sum of RGB (Red+Green+Blue) = 200+175+189=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFBD is #375042. Grayscale: #B8B8B8. Windows color (decimal): -3625027 or 12431304. OLE color: 12431304.

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

Color convert

RGB200175189-
CMYK00.120.060.22
HSL326.4º18.52%73.53%-
HSV(B)326.4º12.5%78.43%-
XYZ48.3346.6154.59-
YUV184.07130.78139.36-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.46%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=35.46%
G=31.03%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017518900.120.060.22326.418.5273.53
HexC8AFBD0C616146134a
Octal31025727501462650623112
Binary1100100010101111101111010110011010110101000110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFBD; }

 p { color: rgb(200,175,189); }

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

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

 a { background-color: rgb(200,175,189); }

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

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

 span { border-color: rgb(200,175,189); }

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