#C5B67E

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

Shades of Yuma #C5B67E

Tints of Yuma #C5B67E

Color information

#C5B67E (or 0xC5B67E) is unknown color: approx Yuma. HEX triplet: C5, B6 and 7E. RGB value is (197,182,126). Sum of RGB (Red+Green+Blue) = 197+182+126=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B67E is #3A4981. Grayscale: #B4B4B4. Windows color (decimal): -3819906 or 8304325. OLE color: 8304325.

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

Color convert

RGB197182126-
CMYK00.080.360.23
HSL47.32º37.97%63.33%-
HSV(B)47.32º36.04%77.25%-
XYZ43.5246.8326.48-
YUV180.197.47140.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 182 (71.48% from 255) = 36.04%
BLUE value IS 126 (49.61% from 255) = 24.95%
R=39.01%
G=36.04%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718212600.080.360.2347.3237.9763.33
HexC5B67E0824172f263f
Octal3052661760104427574677
Binary110001011011011011111100100010010010111101111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B67E; }

 p { color: rgb(197,182,126); }

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

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

 a { background-color: rgb(197,182,126); }

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

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

 span { border-color: rgb(197,182,126); }

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