Html Css Color HEX #C5B58E Yuma

📋 copy color: '#C5B58E'

red 197 ◦ green 181 ◦ blue 142

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

Shades of Yuma #C5B58E

Tints of Yuma #C5B58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.31%

R = 37.88%
G = 34.81%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5B58E (or 0xC5B58E) is known color: Yuma. HEX triplet: C5, B5 and 8E. RGB value is (197,181,142). Sum of RGB (Red+Green+Blue) = 197+181+142=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B58E is #3A4A71. Grayscale: #B5B5B5. Windows color (decimal): -3820146 or 9352645. OLE color: 9352645.

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

Color convert

RGB 197 181 142 -
CMYK 0 0.08 0.28 0.23
HSL 42.55º 0.32% 0.66% -
HSV(B) 42.55º 0.28% 0.77% -
XYZ 44.43 46.87 32.3 -
YUV 181.34 105.8 139.17 -
System Red Green Blue C M Y K H S L
Decimal 197 181 142 0 0.08 0.28 0.23 42.55 0.32 0.66
Hex C5 B5 8E 0 8 1C 17 2B 20 42
Octal 305 265 216 0 10 34 27 53 40 102
Binary 11000101 10110101 10001110 0 1000 11100 10111 101011 100000 1000010

Color Harmonies of #C5B58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B58E

Black with #C5B58E

Text Example


Text Example

White with #C5B58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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