#C7B2C4

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

Shades of Maverick #C7B2C4

Tints of Maverick #C7B2C4

Color information

#C7B2C4 (or 0xC7B2C4) is unknown color: approx Maverick. HEX triplet: C7, B2 and C4. RGB value is (199,178,196). Sum of RGB (Red+Green+Blue) = 199+178+196=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B2C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B2C4 is #384D3B. Grayscale: #BABABA. Windows color (decimal): -3689788 or 12890823. OLE color: 12890823.

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

Color convert

RGB199178196-
CMYK00.110.020.22
HSL308.57º15.79%73.92%-
HSV(B)308.57º10.55%78.04%-
XYZ49.4447.9758.88-
YUV186.33133.46137.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.73%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=34.73%
G=31.06%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917819600.110.020.22308.5715.7973.92
HexC7B2C40B216135104a
Octal30726230401322646520112
Binary110001111011001011000100010111010110100110101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B2C4; }

 p { color: rgb(199,178,196); }

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

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

 a { background-color: rgb(199,178,196); }

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

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

 span { border-color: rgb(199,178,196); }

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