#C7B0BD

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

Shades of Maverick #C7B0BD

Tints of Maverick #C7B0BD

Color information

#C7B0BD (or 0xC7B0BD) is unknown color: approx Maverick. HEX triplet: C7, B0 and BD. RGB value is (199,176,189). Sum of RGB (Red+Green+Blue) = 199+176+189=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B0BD is #384F42. Grayscale: #B8B8B8. Windows color (decimal): -3690307 or 12431559. OLE color: 12431559.

HSL color Cylindrical-coordinate representation of color #C7B0BD: hue angle of 326.09º degrees, saturation: 0.17, 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 #C7B0BD is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB199176189-
CMYK00.120.050.22
HSL326.09º17.04%73.53%-
HSV(B)326.09º11.56%78.04%-
XYZ48.2646.8754.65-
YUV184.36130.62138.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.28%
GREEN value IS 176 (69.14% from 255) = 31.21%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=35.28%
G=31.21%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917618900.120.050.22326.0917.0473.53
HexC7B0BD0C516146114a
Octal30726027501452650621112
Binary1100011110110000101111010110010110110101000110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B0BD; }

 p { color: rgb(199,176,189); }

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

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

 a { background-color: rgb(199,176,189); }

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

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

 span { border-color: rgb(199,176,189); }

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