#C5B488

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

Shades of Yuma #C5B488

Tints of Yuma #C5B488

Color information

#C5B488 (or 0xC5B488) is unknown color: approx Yuma. HEX triplet: C5, B4 and 88. RGB value is (197,180,136). Sum of RGB (Red+Green+Blue) = 197+180+136=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B488 is #3A4B77. Grayscale: #B4B4B4. Windows color (decimal): -3820408 or 8959173. OLE color: 8959173.

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

Color convert

RGB197180136-
CMYK00.090.310.23
HSL43.28º34.46%65.29%-
HSV(B)43.28º30.96%77.25%-
XYZ43.7946.2929.92-
YUV180.07103.13140.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.40%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 136 (53.52% from 255) = 26.51%
R=38.40%
G=35.09%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718013600.090.310.2343.2834.4665.29
HexC5B488091F172b2241
Octal30526421001137275342101
Binary1100010110110100100010000100111111101111010111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B488; }

 p { color: rgb(197,180,136); }

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

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

 a { background-color: rgb(197,180,136); }

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

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

 span { border-color: rgb(197,180,136); }

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