Html Css Color HEX #C7B6BE Maverick

📋 copy color: '#C7B6BE'

red 199 ◦ green 182 ◦ blue 190

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

Shades of Maverick #C7B6BE

Tints of Maverick #C7B6BE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.87%

 BLUE value IS 190 (74.61% from 255) = 33.27%

R = 34.85%
G = 31.87%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C7B6BE (or 0xC7B6BE) is known color: Maverick. HEX triplet: C7, B6 and BE. RGB value is (199,182,190). Sum of RGB (Red+Green+Blue) = 199+182+190=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B6BE is #384941. Grayscale: #BBBBBB. Windows color (decimal): -3688770 or 12498631. OLE color: 12498631.

HSL color Cylindrical-coordinate representation of color #C7B6BE: hue angle of 331.76º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7B6BE is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 182 190 -
CMYK 0 0.09 0.05 0.22
HSL 331.76º 0.13% 0.75% -
HSV(B) 331.76º 0.09% 0.78% -
XYZ 49.58 49.32 55.62 -
YUV 188 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 199 182 190 0 0.09 0.05 0.22 331.76 0.13 0.75
Hex C7 B6 BE 0 9 5 16 14C D 4B
Octal 307 266 276 0 11 5 26 514 15 113
Binary 11000111 10110110 10111110 0 1001 101 10110 101001100 1101 1001011

Color Harmonies of #C7B6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B6BE

Black with #C7B6BE

Text Example


Text Example

White with #C7B6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B6BE; }

 p { color: rgb(199,182,190); }

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

background-color css

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

 a { background-color: rgb(199,182,190); }

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

border-color css

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

 span { border-color: rgb(199,182,190); }

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