Html Css Color HEX #C5B98D Yuma

📋 copy color: '#C5B98D'

red 197 ◦ green 185 ◦ blue 141

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

Shades of Yuma #C5B98D

Tints of Yuma #C5B98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.96%

R = 37.67%
G = 35.37%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5B98D (or 0xC5B98D) is known color: Yuma. HEX triplet: C5, B9 and 8D. RGB value is (197,185,141). Sum of RGB (Red+Green+Blue) = 197+185+141=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B98D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B98D is #3A4672. Grayscale: #B7B7B7. Windows color (decimal): -3819123 or 9288133. OLE color: 9288133.

HSL color Cylindrical-coordinate representation of color #C5B98D: hue angle of 47.14º degrees, saturation: 0.33, 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 #C5B98D is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 185 141 -
CMYK 0 0.06 0.28 0.23
HSL 47.14º 0.33% 0.66% -
HSV(B) 47.14º 0.28% 0.77% -
XYZ 45.18 48.49 32.18 -
YUV 183.57 103.98 137.58 -
System Red Green Blue C M Y K H S L
Decimal 197 185 141 0 0.06 0.28 0.23 47.14 0.33 0.66
Hex C5 B9 8D 0 6 1C 17 2F 21 42
Octal 305 271 215 0 6 34 27 57 41 102
Binary 11000101 10111001 10001101 0 110 11100 10111 101111 100001 1000010

Color Harmonies of #C5B98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B98D

Black with #C5B98D

Text Example


Text Example

White with #C5B98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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