Html Css Color HEX #C5B978 Yuma

📋 copy color: '#C5B978'

red 197 ◦ green 185 ◦ blue 120

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

Shades of Yuma #C5B978

Tints of Yuma #C5B978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.9%

R = 39.24%
G = 36.85%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C5B978 (or 0xC5B978) is known color: Yuma. HEX triplet: C5, B9 and 78. RGB value is (197,185,120). Sum of RGB (Red+Green+Blue) = 197+185+120=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B978 is #3A4687. Grayscale: #B5B5B5. Windows color (decimal): -3819144 or 7911877. OLE color: 7911877.

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

Color convert

RGB 197 185 120 -
CMYK 0 0.06 0.39 0.23
HSL 50.65º 0.4% 0.62% -
HSV(B) 50.65º 0.39% 0.77% -
XYZ 43.77 47.92 24.71 -
YUV 181.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 197 185 120 0 0.06 0.39 0.23 50.65 0.4 0.62
Hex C5 B9 78 0 6 27 17 33 28 3E
Octal 305 271 170 0 6 47 27 63 50 76
Binary 11000101 10111001 1111000 0 110 100111 10111 110011 101000 111110

Color Harmonies of #C5B978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B978

Black with #C5B978

Text Example


Text Example

White with #C5B978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B978; }

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

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

background-color css

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

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

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

border-color css

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

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

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