#C2AFBE

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

Shades of Maverick #C2AFBE

Tints of Maverick #C2AFBE

Color information

#C2AFBE (or 0xC2AFBE) is unknown color: approx Maverick. HEX triplet: C2, AF and BE. RGB value is (194,175,190). Sum of RGB (Red+Green+Blue) = 194+175+190=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AFBE is #3D5041. Grayscale: #B6B6B6. Windows color (decimal): -4018242 or 12496834. OLE color: 12496834.

HSL color Cylindrical-coordinate representation of color #C2AFBE: hue angle of 312.63º 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 #C2AFBE is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB194175190-
CMYK00.100.020.24
HSL312.63º13.48%72.35%-
HSV(B)312.63º9.79%76.08%-
XYZ46.8745.8555.09-
YUV182.39132.29136.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.70%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=34.70%
G=31.31%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417519000.100.020.24312.6313.4872.35
HexC2AFBE0A218139d48
Octal30225727601223047115110
Binary11000010101011111011111001010101100010011100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AFBE; }

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

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

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

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

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

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

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

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