#C5B884

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

Shades of Yuma #C5B884

Tints of Yuma #C5B884

Color information

#C5B884 (or 0xC5B884) is unknown color: approx Yuma. HEX triplet: C5, B8 and 84. RGB value is (197,184,132). Sum of RGB (Red+Green+Blue) = 197+184+132=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 132 (51.95% from 255 or 25.73% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B884 is #3A477B. Grayscale: #B6B6B6. Windows color (decimal): -3819388 or 8698053. OLE color: 8698053.

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

Color convert

RGB197184132-
CMYK00.070.330.23
HSL48º35.91%64.51%-
HSV(B)48º32.99%77.25%-
XYZ44.3347.8228.72-
YUV181.9699.81138.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.40%
GREEN value IS 184 (72.27% from 255) = 35.87%
BLUE value IS 132 (51.95% from 255) = 25.73%
R=38.40%
G=35.87%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718413200.070.330.234835.9164.51
HexC5B884072117302441
Octal3052702040741276044101
Binary1100010110111000100001000111100001101111100001001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B884; }

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

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

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

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

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

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

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

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