Html Css Color HEX #C5B5BE Maverick

📋 copy color: '#C5B5BE'

red 197 ◦ green 181 ◦ blue 190

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

Shades of Maverick #C5B5BE

Tints of Maverick #C5B5BE

RGB

 RED value IS 197 (77.34% from 255) = 34.68%

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

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

R = 34.68%
G = 31.87%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C5B5BE (or 0xC5B5BE) is known color: Maverick. HEX triplet: C5, B5 and BE. RGB value is (197,181,190). Sum of RGB (Red+Green+Blue) = 197+181+190=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B5BE is #3A4A41. Grayscale: #BABABA. Windows color (decimal): -3820098 or 12498373. OLE color: 12498373.

HSL color Cylindrical-coordinate representation of color #C5B5BE: hue angle of 326.25º degrees, saturation: 0.12, 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 #C5B5BE is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 181 190 -
CMYK 0 0.08 0.04 0.23
HSL 326.25º 0.12% 0.74% -
HSV(B) 326.25º 0.08% 0.77% -
XYZ 48.84 48.64 55.53 -
YUV 186.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 197 181 190 0 0.08 0.04 0.23 326.25 0.12 0.74
Hex C5 B5 BE 0 8 4 17 146 C 4A
Octal 305 265 276 0 10 4 27 506 14 112
Binary 11000101 10110101 10111110 0 1000 100 10111 101000110 1100 1001010

Color Harmonies of #C5B5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B5BE

Black with #C5B5BE

Text Example


Text Example

White with #C5B5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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