#C0B785

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

Shades of Yuma #C0B785

Tints of Yuma #C0B785

Color information

#C0B785 (or 0xC0B785) is unknown color: approx Yuma. HEX triplet: C0, B7 and 85. RGB value is (192,183,133). Sum of RGB (Red+Green+Blue) = 192+183+133=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B785 is #3F487A. Grayscale: #B4B4B4. Windows color (decimal): -4147323 or 8763328. OLE color: 8763328.

HSL color Cylindrical-coordinate representation of color #C0B785: hue angle of 50.85º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0B785 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB192183133-
CMYK00.050.310.25
HSL50.85º31.89%63.73%-
HSV(B)50.85º30.73%75.29%-
XYZ42.9146.7728.96-
YUV179.99101.48136.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.80%
GREEN value IS 183 (71.88% from 255) = 36.02%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=37.80%
G=36.02%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218313300.050.310.2550.8531.8963.73
HexC0B785051F19332040
Octal3002672050537316340100
Binary110000001011011110000101010111111110011100111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B785; }

 p { color: rgb(192,183,133); }

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

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

 a { background-color: rgb(192,183,133); }

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

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

 span { border-color: rgb(192,183,133); }

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