#C5B77B

Color #C5B77B Yuma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yuma #C5B77B

Tints of Yuma #C5B77B

Color information

#C5B77B (or 0xC5B77B) is unknown color: approx Yuma. HEX triplet: C5, B7 and 7B. RGB value is (197,183,123). Sum of RGB (Red+Green+Blue) = 197+183+123=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 183 (71.88% from 255 or 36.38% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B77B is #3A4884. Grayscale: #B4B4B4. Windows color (decimal): -3819653 or 8107973. OLE color: 8107973.

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

Color convert

RGB197183123-
CMYK00.070.380.23
HSL48.65º38.95%62.75%-
HSV(B)48.65º37.56%77.25%-
XYZ43.5347.1725.55-
YUV180.3595.64139.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.17%
GREEN value IS 183 (71.88% from 255) = 36.38%
BLUE value IS 123 (48.44% from 255) = 24.45%
R=39.17%
G=36.38%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718312300.070.380.2348.6538.9562.75
HexC5B77B07261731273f
Octal305267173074627614777
Binary11000101101101111111011011110011010111110001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B77B; }

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

 H1.HeaderClassName
 {
   color: #C5B77B;
 }
 .AnyTagClassName
 {
   color: #C5B77B;
 }
</style>
background-color css

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

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

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

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

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

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