Html Css Color HEX #C4B8BE Maverick

📋 copy color: '#C4B8BE'

red 196 ◦ green 184 ◦ blue 190

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

Shades of Maverick #C4B8BE

Tints of Maverick #C4B8BE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.28%

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

R = 34.39%
G = 32.28%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C4B8BE (or 0xC4B8BE) is known color: Maverick. HEX triplet: C4, B8 and BE. RGB value is (196,184,190). Sum of RGB (Red+Green+Blue) = 196+184+190=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B8BE is #3B4741. Grayscale: #BCBCBC. Windows color (decimal): -3884866 or 12499140. OLE color: 12499140.

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

Color convert

RGB 196 184 190 -
CMYK 0 0.06 0.03 0.23
HSL 330º 0.09% 0.75% -
HSV(B) 330º 0.06% 0.77% -
XYZ 49.2 49.73 55.72 -
YUV 188.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 196 184 190 0 0.06 0.03 0.23 330 0.09 0.75
Hex C4 B8 BE 0 6 3 17 14A 9 4B
Octal 304 270 276 0 6 3 27 512 11 113
Binary 11000100 10111000 10111110 0 110 11 10111 101001010 1001 1001011

Color Harmonies of #C4B8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B8BE

Black with #C4B8BE

Text Example


Text Example

White with #C4B8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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