#C7B4BD

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

Shades of Maverick #C7B4BD

Tints of Maverick #C7B4BD

Color information

#C7B4BD (or 0xC7B4BD) is unknown color: approx Maverick. HEX triplet: C7, B4 and BD. RGB value is (199,180,189). Sum of RGB (Red+Green+Blue) = 199+180+189=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B4BD is #384B42. Grayscale: #BABABA. Windows color (decimal): -3689283 or 12432583. OLE color: 12432583.

HSL color Cylindrical-coordinate representation of color #C7B4BD: hue angle of 331.58º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7B4BD is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB199180189-
CMYK00.100.050.22
HSL331.58º14.5%74.31%-
HSV(B)331.58º9.55%78.04%-
XYZ49.0648.4654.91-
YUV186.71129.29136.77-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.04%
GREEN value IS 180 (70.70% from 255) = 31.69%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=35.04%
G=31.69%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918018900.100.050.22331.5814.574.31
HexC7B4BD0A51614cf4a
Octal30726427501252651417112
Binary110001111011010010111101010101011011010100110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B4BD; }

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

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

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

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

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

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

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

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