#C4AFBD

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

Shades of Maverick #C4AFBD

Tints of Maverick #C4AFBD

Color information

#C4AFBD (or 0xC4AFBD) is unknown color: approx Maverick. HEX triplet: C4, AF and BD. RGB value is (196,175,189). Sum of RGB (Red+Green+Blue) = 196+175+189=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFBD is #3B5042. Grayscale: #B6B6B6. Windows color (decimal): -3887171 or 12431300. OLE color: 12431300.

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

Color convert

RGB196175189-
CMYK00.110.040.23
HSL320º15.11%72.75%-
HSV(B)320º10.71%76.86%-
XYZ47.2846.0754.54-
YUV182.88131.46137.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 189 (74.22% from 255) = 33.75%
R=35%
G=31.25%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617518900.110.040.2332015.1172.75
HexC4AFBD0B417140f49
Octal30425727501342750017111
Binary110001001010111110111101010111001011110100000011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFBD; }

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

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

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

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

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

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

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

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