#C5BA8A

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

Shades of Yuma #C5BA8A

Tints of Yuma #C5BA8A

Color information

#C5BA8A (or 0xC5BA8A) is unknown color: approx Yuma. HEX triplet: C5, BA and 8A. RGB value is (197,186,138). Sum of RGB (Red+Green+Blue) = 197+186+138=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BA8A is #3A4575. Grayscale: #B8B8B8. Windows color (decimal): -3818870 or 9091781. OLE color: 9091781.

HSL color Cylindrical-coordinate representation of color #C5BA8A: hue angle of 48.81º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5BA8A is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB197186138-
CMYK00.060.300.23
HSL48.81º33.71%65.69%-
HSV(B)48.81º29.95%77.25%-
XYZ45.1748.8231.09-
YUV183.82102.14137.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.81%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=37.81%
G=35.70%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718613800.060.300.2348.8133.7165.69
HexC5BA8A061E17312242
Octal3052722120636276142102
Binary110001011011101010001010011011110101111100011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BA8A; }

 p { color: rgb(197,186,138); }

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

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

 a { background-color: rgb(197,186,138); }

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

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

 span { border-color: rgb(197,186,138); }

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