Html Css Color HEX #C4B7BE Maverick

📋 copy color: '#C4B7BE'

red 196 ◦ green 183 ◦ blue 190

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

Shades of Maverick #C4B7BE

Tints of Maverick #C4B7BE

RGB

 RED value IS 196 (76.95% from 255) = 34.45%

 GREEN value IS 183 (71.88% from 255) = 32.16%

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

R = 34.45%
G = 32.16%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C4B7BE (or 0xC4B7BE) is known color: Maverick. HEX triplet: C4, B7 and BE. RGB value is (196,183,190). Sum of RGB (Red+Green+Blue) = 196+183+190=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B7BE is #3B4841. Grayscale: #BBBBBB. Windows color (decimal): -3885122 or 12498884. OLE color: 12498884.

HSL color Cylindrical-coordinate representation of color #C4B7BE: hue angle of 327.69º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4B7BE is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 183 190 -
CMYK 0 0.07 0.03 0.23
HSL 327.69º 0.1% 0.74% -
HSV(B) 327.69º 0.07% 0.77% -
XYZ 48.99 49.32 55.65 -
YUV 187.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 196 183 190 0 0.07 0.03 0.23 327.69 0.1 0.74
Hex C4 B7 BE 0 7 3 17 148 A 4A
Octal 304 267 276 0 7 3 27 510 12 112
Binary 11000100 10110111 10111110 0 111 11 10111 101001000 1010 1001010

Color Harmonies of #C4B7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B7BE

Black with #C4B7BE

Text Example


Text Example

White with #C4B7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B7BE; }

 p { color: rgb(196,183,190); }

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

background-color css

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

 a { background-color: rgb(196,183,190); }

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

border-color css

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

 span { border-color: rgb(196,183,190); }

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