#C0B882

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

Shades of Yuma #C0B882

Tints of Yuma #C0B882

Color information

#C0B882 (or 0xC0B882) is unknown color: approx Yuma. HEX triplet: C0, B8 and 82. RGB value is (192,184,130). Sum of RGB (Red+Green+Blue) = 192+184+130=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 130 (51.17% from 255 or 25.69% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B882 is #3F477D. Grayscale: #B4B4B4. Windows color (decimal): -4147070 or 8566976. OLE color: 8566976.

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

Color convert

RGB192184130-
CMYK00.040.320.25
HSL52.26º32.98%63.14%-
HSV(B)52.26º32.29%75.29%-
XYZ42.9147.127.95-
YUV180.2499.65136.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.94%
GREEN value IS 184 (72.27% from 255) = 36.36%
BLUE value IS 130 (51.17% from 255) = 25.69%
R=37.94%
G=36.36%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218413000.040.320.2552.2632.9863.14
HexC0B88204201934213f
Octal300270202044031644177
Binary110000001011100010000010010010000011001110100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B882; }

 p { color: rgb(192,184,130); }

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

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

 a { background-color: rgb(192,184,130); }

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

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

 span { border-color: rgb(192,184,130); }

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