#C5B8BD

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

Shades of Maverick #C5B8BD

Tints of Maverick #C5B8BD

Color information

#C5B8BD (or 0xC5B8BD) is unknown color: approx Maverick. HEX triplet: C5, B8 and BD. RGB value is (197,184,189). Sum of RGB (Red+Green+Blue) = 197+184+189=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 189 (74.22% from 255 or 33.16% from 570); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B8BD is #3A4742. Grayscale: #BCBCBC. Windows color (decimal): -3819331 or 12433605. OLE color: 12433605.

HSL color Cylindrical-coordinate representation of color #C5B8BD: hue angle of 336.92º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5B8BD is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197184189-
CMYK00.070.040.23
HSL336.92º10.08%74.71%-
HSV(B)336.92º6.6%77.25%-
XYZ49.3549.8355.16-
YUV188.46128.31134.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.56%
GREEN value IS 184 (72.27% from 255) = 32.28%
BLUE value IS 189 (74.22% from 255) = 33.16%
R=34.56%
G=32.28%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718418900.070.040.23336.9210.0874.71
HexC5B8BD07417151a4b
Octal3052702750742752112113
Binary11000101101110001011110101111001011110101000110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B8BD; }

 p { color: rgb(197,184,189); }

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

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

 a { background-color: rgb(197,184,189); }

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

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

 span { border-color: rgb(197,184,189); }

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