#C5B885

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

Shades of Yuma #C5B885

Tints of Yuma #C5B885

Color information

#C5B885 (or 0xC5B885) is unknown color: approx Yuma. HEX triplet: C5, B8 and 85. RGB value is (197,184,133). Sum of RGB (Red+Green+Blue) = 197+184+133=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B885 is #3A477A. Grayscale: #B6B6B6. Windows color (decimal): -3819387 or 8763589. OLE color: 8763589.

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

Color convert

RGB197184133-
CMYK00.070.320.23
HSL47.81º35.56%64.71%-
HSV(B)47.81º32.49%77.25%-
XYZ44.447.8429.09-
YUV182.07100.31138.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 184 (72.27% from 255) = 35.80%
BLUE value IS 133 (52.34% from 255) = 25.88%
R=38.33%
G=35.80%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718413300.070.320.2347.8135.5664.71
HexC5B885072017302441
Octal3052702050740276044101
Binary1100010110111000100001010111100000101111100001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B885; }

 p { color: rgb(197,184,133); }

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

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

 a { background-color: rgb(197,184,133); }

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

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

 span { border-color: rgb(197,184,133); }

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