Html Css Color HEX #C7B2BE Maverick

📋 copy color: '#C7B2BE'

red 199 ◦ green 178 ◦ blue 190

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

Shades of Maverick #C7B2BE

Tints of Maverick #C7B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.39%

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

R = 35.1%
G = 31.39%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C7B2BE (or 0xC7B2BE) is known color: Maverick. HEX triplet: C7, B2 and BE. RGB value is (199,178,190). Sum of RGB (Red+Green+Blue) = 199+178+190=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B2BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B2BE is #384D41. Grayscale: #B9B9B9. Windows color (decimal): -3689794 or 12497607. OLE color: 12497607.

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

Color convert

RGB 199 178 190 -
CMYK 0 0.11 0.05 0.22
HSL 325.71º 0.16% 0.74% -
HSV(B) 325.71º 0.11% 0.78% -
XYZ 48.77 47.7 55.35 -
YUV 185.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 199 178 190 0 0.11 0.05 0.22 325.71 0.16 0.74
Hex C7 B2 BE 0 B 5 16 146 10 4A
Octal 307 262 276 0 13 5 26 506 20 112
Binary 11000111 10110010 10111110 0 1011 101 10110 101000110 10000 1001010

Color Harmonies of #C7B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B2BE

Black with #C7B2BE

Text Example


Text Example

White with #C7B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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