#C8ADBA

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

Shades of Maverick #C8ADBA

Tints of Maverick #C8ADBA

Color information

#C8ADBA (or 0xC8ADBA) is unknown color: approx Maverick. HEX triplet: C8, AD and BA. RGB value is (200,173,186). Sum of RGB (Red+Green+Blue) = 200+173+186=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADBA is #375245. Grayscale: #B6B6B6. Windows color (decimal): -3625542 or 12234184. OLE color: 12234184.

HSL color Cylindrical-coordinate representation of color #C8ADBA: hue angle of 331.11º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ADBA is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB200173186-
CMYK00.140.070.22
HSL331.11º19.71%73.14%-
HSV(B)331.11º13.5%78.43%-
XYZ47.6345.7152.77-
YUV182.56129.95140.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.78%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=35.78%
G=30.95%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017318600.140.070.22331.1119.7173.14
HexC8ADBA0E71614b1449
Octal31025527201672651324111
Binary1100100010101101101110100111011110110101001011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ADBA; }

 p { color: rgb(200,173,186); }

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

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

 a { background-color: rgb(200,173,186); }

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

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

 span { border-color: rgb(200,173,186); }

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