Html Css Color HEX #C5B775 Yuma

📋 copy color: '#C5B775'

red 197 ◦ green 183 ◦ blue 117

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

Shades of Yuma #C5B775

Tints of Yuma #C5B775

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.82%

 BLUE value IS 117 (46.09% from 255) = 23.54%

R = 39.64%
G = 36.82%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C5B775 (or 0xC5B775) is known color: Yuma. HEX triplet: C5, B7 and 75. RGB value is (197,183,117). Sum of RGB (Red+Green+Blue) = 197+183+117=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B775 is #3A488A. Grayscale: #B3B3B3. Windows color (decimal): -3819659 or 7714757. OLE color: 7714757.

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

Color convert

RGB 197 183 117 -
CMYK 0 0.07 0.41 0.23
HSL 49.5º 0.41% 0.62% -
HSV(B) 49.5º 0.41% 0.77% -
XYZ 43.17 47.02 23.63 -
YUV 179.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 197 183 117 0 0.07 0.41 0.23 49.5 0.41 0.62
Hex C5 B7 75 0 7 29 17 32 29 3E
Octal 305 267 165 0 7 51 27 62 51 76
Binary 11000101 10110111 1110101 0 111 101001 10111 110010 101001 111110

Color Harmonies of #C5B775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B775

Black with #C5B775

Text Example


Text Example

White with #C5B775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B775; }

 p { color: rgb(197,183,117); }

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

background-color css

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

 a { background-color: rgb(197,183,117); }

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

border-color css

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

 span { border-color: rgb(197,183,117); }

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