Html Css Color HEX #C5B976 Yuma

📋 copy color: '#C5B976'

red 197 ◦ green 185 ◦ blue 118

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

Shades of Yuma #C5B976

Tints of Yuma #C5B976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.6%

R = 39.4%
G = 37%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C5B976 (or 0xC5B976) is known color: Yuma. HEX triplet: C5, B9 and 76. RGB value is (197,185,118). Sum of RGB (Red+Green+Blue) = 197+185+118=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B976 is #3A4689. Grayscale: #B5B5B5. Windows color (decimal): -3819146 or 7780805. OLE color: 7780805.

HSL color Cylindrical-coordinate representation of color #C5B976: hue angle of 50.89º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5B976 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 185 118 -
CMYK 0 0.06 0.40 0.23
HSL 50.89º 0.41% 0.62% -
HSV(B) 50.89º 0.4% 0.77% -
XYZ 43.64 47.88 24.08 -
YUV 180.95 92.48 139.45 -
System Red Green Blue C M Y K H S L
Decimal 197 185 118 0 0.06 0.40 0.23 50.89 0.41 0.62
Hex C5 B9 76 0 6 28 17 33 29 3E
Octal 305 271 166 0 6 50 27 63 51 76
Binary 11000101 10111001 1110110 0 110 101000 10111 110011 101001 111110

Color Harmonies of #C5B976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B976

Black with #C5B976

Text Example


Text Example

White with #C5B976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B976; }

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

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

background-color css

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

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

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

border-color css

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

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

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