#C5B883

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

Shades of Yuma #C5B883

Tints of Yuma #C5B883

Color information

#C5B883 (or 0xC5B883) is unknown color: approx Yuma. HEX triplet: C5, B8 and 83. RGB value is (197,184,131). Sum of RGB (Red+Green+Blue) = 197+184+131=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5B883 is #3A477C. Grayscale: #B6B6B6. Windows color (decimal): -3819389 or 8632517. OLE color: 8632517.

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

Color convert

RGB197184131-
CMYK00.070.340.23
HSL48.18º36.26%64.31%-
HSV(B)48.18º33.5%77.25%-
XYZ44.2647.7928.36-
YUV181.8499.31138.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.48%
GREEN value IS 184 (72.27% from 255) = 35.94%
BLUE value IS 131 (51.56% from 255) = 25.59%
R=38.48%
G=35.94%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718413100.070.340.2348.1836.2664.31
HexC5B883072217302440
Octal3052702030742276044100
Binary1100010110111000100000110111100010101111100001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B883; }

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

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

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

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

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

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

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

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