#C2ADBE

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

Shades of Maverick #C2ADBE

Tints of Maverick #C2ADBE

Color information

#C2ADBE (or 0xC2ADBE) is unknown color: approx Maverick. HEX triplet: C2, AD and BE. RGB value is (194,173,190). Sum of RGB (Red+Green+Blue) = 194+173+190=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADBE is #3D5241. Grayscale: #B5B5B5. Windows color (decimal): -4018754 or 12496322. OLE color: 12496322.

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

Color convert

RGB194173190-
CMYK00.110.020.24
HSL311.43º14.69%71.96%-
HSV(B)311.43º10.82%76.08%-
XYZ46.4945.0754.97-
YUV181.22132.96137.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.83%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=34.83%
G=31.06%
B=34.11%

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
Decimal19417319000.110.020.24311.4314.6971.96
HexC2ADBE0B218137f48
Octal30225527601323046717110
Binary11000010101011011011111001011101100010011011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADBE; }

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

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

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

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

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

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

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

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