#C9ADBE

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

Shades of Maverick #C9ADBE

Tints of Maverick #C9ADBE

Color information

#C9ADBE (or 0xC9ADBE) is unknown color: approx Maverick. HEX triplet: C9, AD and BE. RGB value is (201,173,190). Sum of RGB (Red+Green+Blue) = 201+173+190=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ADBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ADBE is #365241. Grayscale: #B7B7B7. Windows color (decimal): -3560002 or 12496329. OLE color: 12496329.

HSL color Cylindrical-coordinate representation of color #C9ADBE: hue angle of 323.57º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9ADBE is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB201173190-
CMYK00.140.050.21
HSL323.57º20.59%73.33%-
HSV(B)323.57º13.93%78.82%-
XYZ48.3346.0255.05-
YUV183.31131.78140.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.64%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=35.64%
G=30.67%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20117319000.140.050.21323.5720.5973.33
HexC9ADBE0E5151441549
Octal31125527601652550425111
Binary1100100110101101101111100111010110101101000100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ADBE; }

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

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

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

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

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

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

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

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