#C3ADBE

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

Shades of Maverick #C3ADBE

Tints of Maverick #C3ADBE

Color information

#C3ADBE (or 0xC3ADBE) is unknown color: approx Maverick. HEX triplet: C3, AD and BE. RGB value is (195,173,190). Sum of RGB (Red+Green+Blue) = 195+173+190=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADBE is #3C5241. Grayscale: #B5B5B5. Windows color (decimal): -3953218 or 12496323. OLE color: 12496323.

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

Color convert

RGB195173190-
CMYK00.110.030.24
HSL313.64º15.49%72.16%-
HSV(B)313.64º11.28%76.47%-
XYZ46.7445.2154.98-
YUV181.52132.79137.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.95%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=34.95%
G=31.00%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517319000.110.030.24313.6415.4972.16
HexC3ADBE0B31813af48
Octal30325527601333047217110
Binary11000011101011011011111001011111100010011101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADBE; }

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

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

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

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

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

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

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

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