#C2AFBD

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

Shades of Maverick #C2AFBD

Tints of Maverick #C2AFBD

Color information

#C2AFBD (or 0xC2AFBD) is unknown color: approx Maverick. HEX triplet: C2, AF and BD. RGB value is (194,175,189). Sum of RGB (Red+Green+Blue) = 194+175+189=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFBD is #3D5042. Grayscale: #B6B6B6. Windows color (decimal): -4018243 or 12431298. OLE color: 12431298.

HSL color Cylindrical-coordinate representation of color #C2AFBD: hue angle of 315.79º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2AFBD is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB194175189-
CMYK00.100.030.24
HSL315.79º13.48%72.35%-
HSV(B)315.79º9.79%76.08%-
XYZ46.7645.854.52-
YUV182.28131.79136.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 189 (74.22% from 255) = 33.87%
R=34.77%
G=31.36%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417518900.100.030.24315.7913.4872.35
HexC2AFBD0A31813cd48
Octal30225727501233047415110
Binary11000010101011111011110101010111100010011110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AFBD; }

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

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

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

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

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

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

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

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