#C8AFBF

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

Shades of Maverick #C8AFBF

Tints of Maverick #C8AFBF

Color information

#C8AFBF (or 0xC8AFBF) is unknown color: approx Maverick. HEX triplet: C8, AF and BF. RGB value is (200,175,191). Sum of RGB (Red+Green+Blue) = 200+175+191=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFBF is #375040. Grayscale: #B8B8B8. Windows color (decimal): -3625025 or 12562376. OLE color: 12562376.

HSL color Cylindrical-coordinate representation of color #C8AFBF: hue angle of 321.6º 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 #C8AFBF is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB200175191-
CMYK00.120.040.22
HSL321.6º18.52%73.53%-
HSV(B)321.6º12.5%78.43%-
XYZ48.5546.755.75-
YUV184.3131.78139.2-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.34%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 191 (75% from 255) = 33.75%
R=35.34%
G=30.92%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017519100.120.040.22321.618.5273.53
HexC8AFBF0C416142134a
Octal31025727701442650223112
Binary1100100010101111101111110110010010110101000010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AFBF; }

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

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

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

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

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

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

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

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