Html Css Color HEX #C7B3BA Maverick

📋 copy color: '#C7B3BA'

red 199 ◦ green 179 ◦ blue 186

#C7B3BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #C7B3BA

Tints of Maverick #C7B3BA

RGB

 RED value IS 199 (78.13% from 255) = 35.28%

 GREEN value IS 179 (70.31% from 255) = 31.74%

 BLUE value IS 186 (73.05% from 255) = 32.98%

R = 35.28%
G = 31.74%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C7B3BA (or 0xC7B3BA) is known color: Maverick. HEX triplet: C7, B3 and BA. RGB value is (199,179,186). Sum of RGB (Red+Green+Blue) = 199+179+186=564 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.28% from 564); Green value is 179 (70.31% from 255 or 31.74% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B3BA is #384C45. Grayscale: #B9B9B9. Windows color (decimal): -3689542 or 12235719. OLE color: 12235719.

HSL color Cylindrical-coordinate representation of color #C7B3BA: hue angle of 339º 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 #C7B3BA is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 179 186 -
CMYK 0 0.10 0.07 0.22
HSL 339º 0.15% 0.74% -
HSV(B) 339º 0.1% 0.78% -
XYZ 48.54 47.93 53.15 -
YUV 185.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 199 179 186 0 0.10 0.07 0.22 339 0.15 0.74
Hex C7 B3 BA 0 A 7 16 153 F 4A
Octal 307 263 272 0 12 7 26 523 17 112
Binary 11000111 10110011 10111010 0 1010 111 10110 101010011 1111 1001010

Color Harmonies of #C7B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B3BA

Black with #C7B3BA

Text Example


Text Example

White with #C7B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B3BA; }

 p { color: rgb(199,179,186); }

 H1.HeaderClassName
 {
   color: #C7B3BA;
 }
 .AnyTagClassName
 {
   color: #C7B3BA;
 }
</style>

background-color css

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

 a { background-color: rgb(199,179,186); }

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

border-color css

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

 span { border-color: rgb(199,179,186); }

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