#C8B0B9

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

Shades of Maverick #C8B0B9

Tints of Maverick #C8B0B9

Color information

#C8B0B9 (or 0xC8B0B9) is unknown color: approx Maverick. HEX triplet: C8, B0 and B9. RGB value is (200,176,185). Sum of RGB (Red+Green+Blue) = 200+176+185=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 185 (72.66% from 255 or 32.98% from 561); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0B9 is #374F46. Grayscale: #B8B8B8. Windows color (decimal): -3624775 or 12169416. OLE color: 12169416.

HSL color Cylindrical-coordinate representation of color #C8B0B9: hue angle of 337.5º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B0B9 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200176185-
CMYK00.120.080.22
HSL337.5º17.91%73.73%-
HSV(B)337.5º12%78.43%-
XYZ48.146.8352.4-
YUV184.2128.45139.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.65%
GREEN value IS 176 (69.14% from 255) = 31.37%
BLUE value IS 185 (72.66% from 255) = 32.98%
R=35.65%
G=31.37%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017618500.120.080.22337.517.9173.73
HexC8B0B90C816152124a
Octal310260271014102652222112
Binary11001000101100001011100101100100010110101010010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B0B9; }

 p { color: rgb(200,176,185); }

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

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

 a { background-color: rgb(200,176,185); }

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

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

 span { border-color: rgb(200,176,185); }

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