Html Css Color HEX #C7B0BE Maverick

📋 copy color: '#C7B0BE'

red 199 ◦ green 176 ◦ blue 190

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

Shades of Maverick #C7B0BE

Tints of Maverick #C7B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.15%

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

R = 35.22%
G = 31.15%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C7B0BE (or 0xC7B0BE) is known color: Maverick. HEX triplet: C7, B0 and BE. RGB value is (199,176,190). Sum of RGB (Red+Green+Blue) = 199+176+190=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B0BE is #384F41. Grayscale: #B8B8B8. Windows color (decimal): -3690306 or 12497095. OLE color: 12497095.

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

Color convert

RGB 199 176 190 -
CMYK 0 0.12 0.05 0.22
HSL 323.48º 0.17% 0.74% -
HSV(B) 323.48º 0.12% 0.78% -
XYZ 48.37 46.91 55.22 -
YUV 184.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 199 176 190 0 0.12 0.05 0.22 323.48 0.17 0.74
Hex C7 B0 BE 0 C 5 16 143 11 4A
Octal 307 260 276 0 14 5 26 503 21 112
Binary 11000111 10110000 10111110 0 1100 101 10110 101000011 10001 1001010

Color Harmonies of #C7B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B0BE

Black with #C7B0BE

Text Example


Text Example

White with #C7B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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