#C4AFBE

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

Shades of Maverick #C4AFBE

Tints of Maverick #C4AFBE

Color information

#C4AFBE (or 0xC4AFBE) is unknown color: approx Maverick. HEX triplet: C4, AF and BE. RGB value is (196,175,190). Sum of RGB (Red+Green+Blue) = 196+175+190=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFBE is #3B5041. Grayscale: #B6B6B6. Windows color (decimal): -3887170 or 12496836. OLE color: 12496836.

HSL color Cylindrical-coordinate representation of color #C4AFBE: hue angle of 317.14º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4AFBE is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196175190-
CMYK00.110.030.23
HSL317.14º15.11%72.75%-
HSV(B)317.14º10.71%76.86%-
XYZ47.3946.1155.12-
YUV182.99131.96137.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.94%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=34.94%
G=31.19%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617519000.110.030.23317.1415.1172.75
HexC4AFBE0B31713df49
Octal30425727601332747517111
Binary11000100101011111011111001011111011110011110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFBE; }

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

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

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

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

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

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

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

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