#C5BA8E

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

Shades of Yuma #C5BA8E

Tints of Yuma #C5BA8E

Color information

#C5BA8E (or 0xC5BA8E) is unknown color: approx Yuma. HEX triplet: C5, BA and 8E. RGB value is (197,186,142). Sum of RGB (Red+Green+Blue) = 197+186+142=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BA8E is #3A4571. Grayscale: #B8B8B8. Windows color (decimal): -3818866 or 9353925. OLE color: 9353925.

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

Color convert

RGB197186142-
CMYK00.060.280.23
HSL48º32.16%66.47%-
HSV(B)48º27.92%77.25%-
XYZ45.4748.9432.64-
YUV184.27104.14137.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.52%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=37.52%
G=35.43%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718614200.060.280.234832.1666.47
HexC5BA8E061C17302042
Octal3052722160634276040102
Binary110001011011101010001110011011100101111100001000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BA8E; }

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

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

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

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

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

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

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

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