#C3ADBF

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

Shades of Maverick #C3ADBF

Tints of Maverick #C3ADBF

Color information

#C3ADBF (or 0xC3ADBF) is unknown color: approx Maverick. HEX triplet: C3, AD and BF. RGB value is (195,173,191). Sum of RGB (Red+Green+Blue) = 195+173+191=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADBF is #3C5240. Grayscale: #B5B5B5. Windows color (decimal): -3953217 or 12561859. OLE color: 12561859.

HSL color Cylindrical-coordinate representation of color #C3ADBF: hue angle of 310.91º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3ADBF is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB195173191-
CMYK00.110.020.24
HSL310.91º15.49%72.16%-
HSV(B)310.91º11.28%76.47%-
XYZ46.8545.2555.56-
YUV181.63133.29137.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.88%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 191 (75% from 255) = 34.17%
R=34.88%
G=30.95%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517319100.110.020.24310.9115.4972.16
HexC3ADBF0B218137f48
Octal30325527701323046717110
Binary11000011101011011011111101011101100010011011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADBF; }

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

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

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

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

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

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

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

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