#C8B5BD

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

Shades of Maverick #C8B5BD

Tints of Maverick #C8B5BD

Color information

#C8B5BD (or 0xC8B5BD) is unknown color: approx Maverick. HEX triplet: C8, B5 and BD. RGB value is (200,181,189). Sum of RGB (Red+Green+Blue) = 200+181+189=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 181 (71.09% from 255 or 31.75% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B5BD is #374A42. Grayscale: #BBBBBB. Windows color (decimal): -3623491 or 12432840. OLE color: 12432840.

HSL color Cylindrical-coordinate representation of color #C8B5BD: hue angle of 334.74º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8B5BD is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200181189-
CMYK00.090.060.22
HSL334.74º14.73%74.71%-
HSV(B)334.74º9.5%78.43%-
XYZ49.534954.99-
YUV187.59128.79136.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.09%
GREEN value IS 181 (71.09% from 255) = 31.75%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=35.09%
G=31.75%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018118900.090.060.22334.7414.7374.71
HexC8B5BD0961614ff4b
Octal31026527501162651717113
Binary110010001011010110111101010011101011010100111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B5BD; }

 p { color: rgb(200,181,189); }

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

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

 a { background-color: rgb(200,181,189); }

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

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

 span { border-color: rgb(200,181,189); }

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