#C4ADBF

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

Shades of Maverick #C4ADBF

Tints of Maverick #C4ADBF

Color information

#C4ADBF (or 0xC4ADBF) is unknown color: approx Maverick. HEX triplet: C4, AD and BF. RGB value is (196,173,191). Sum of RGB (Red+Green+Blue) = 196+173+191=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ADBF is #3B5240. Grayscale: #B5B5B5. Windows color (decimal): -3887681 or 12561860. OLE color: 12561860.

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

Color convert

RGB196173191-
CMYK00.120.030.23
HSL313.04º16.31%72.35%-
HSV(B)313.04º11.73%76.86%-
XYZ47.1145.3855.57-
YUV181.93133.12138.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 191 (75% from 255) = 34.11%
R=35%
G=30.89%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617319100.120.030.23313.0416.3172.35
HexC4ADBF0C3171391048
Octal30425527701432747120110
Binary110001001010110110111111011001110111100111001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ADBF; }

 p { color: rgb(196,173,191); }

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

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

 a { background-color: rgb(196,173,191); }

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

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

 span { border-color: rgb(196,173,191); }

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