Html Css Color HEX #C5B98A Yuma

📋 copy color: '#C5B98A'

red 197 ◦ green 185 ◦ blue 138

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

Shades of Yuma #C5B98A

Tints of Yuma #C5B98A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.58%

 BLUE value IS 138 (54.3% from 255) = 26.54%

R = 37.88%
G = 35.58%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5B98A (or 0xC5B98A) is known color: Yuma. HEX triplet: C5, B9 and 8A. RGB value is (197,185,138). Sum of RGB (Red+Green+Blue) = 197+185+138=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B98A is #3A4675. Grayscale: #B7B7B7. Windows color (decimal): -3819126 or 9091525. OLE color: 9091525.

HSL color Cylindrical-coordinate representation of color #C5B98A: hue angle of 47.8º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5B98A is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 185 138 -
CMYK 0 0.06 0.30 0.23
HSL 47.8º 0.34% 0.66% -
HSV(B) 47.8º 0.3% 0.77% -
XYZ 44.96 48.4 31.02 -
YUV 183.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 197 185 138 0 0.06 0.30 0.23 47.8 0.34 0.66
Hex C5 B9 8A 0 6 1E 17 30 22 42
Octal 305 271 212 0 6 36 27 60 42 102
Binary 11000101 10111001 10001010 0 110 11110 10111 110000 100010 1000010

Color Harmonies of #C5B98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B98A

Black with #C5B98A

Text Example


Text Example

White with #C5B98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B98A; }

 p { color: rgb(197,185,138); }

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

background-color css

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

 a { background-color: rgb(197,185,138); }

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

border-color css

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

 span { border-color: rgb(197,185,138); }

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