Html Css Color HEX #C4B5BE Maverick

📋 copy color: '#C4B5BE'

red 196 ◦ green 181 ◦ blue 190

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

Shades of Maverick #C4B5BE

Tints of Maverick #C4B5BE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.92%

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

R = 34.57%
G = 31.92%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C4B5BE (or 0xC4B5BE) is known color: Maverick. HEX triplet: C4, B5 and BE. RGB value is (196,181,190). Sum of RGB (Red+Green+Blue) = 196+181+190=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 181 (71.09% from 255 or 31.92% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B5BE is #3B4A41. Grayscale: #BABABA. Windows color (decimal): -3885634 or 12498372. OLE color: 12498372.

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

Color convert

RGB 196 181 190 -
CMYK 0 0.08 0.03 0.23
HSL 324º 0.11% 0.74% -
HSV(B) 324º 0.08% 0.77% -
XYZ 48.58 48.5 55.52 -
YUV 186.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 196 181 190 0 0.08 0.03 0.23 324 0.11 0.74
Hex C4 B5 BE 0 8 3 17 144 B 4A
Octal 304 265 276 0 10 3 27 504 13 112
Binary 11000100 10110101 10111110 0 1000 11 10111 101000100 1011 1001010

Color Harmonies of #C4B5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B5BE

Black with #C4B5BE

Text Example


Text Example

White with #C4B5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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