#C0B97D

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

Shades of Yuma #C0B97D

Tints of Yuma #C0B97D

Color information

#C0B97D (or 0xC0B97D) is unknown color: approx Yuma. HEX triplet: C0, B9 and 7D. RGB value is (192,185,125). Sum of RGB (Red+Green+Blue) = 192+185+125=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B97D is #3F4682. Grayscale: #B4B4B4. Windows color (decimal): -4146819 or 8239552. OLE color: 8239552.

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

Color convert

RGB192185125-
CMYK00.040.350.25
HSL53.73º34.72%62.16%-
HSV(B)53.73º34.9%75.29%-
XYZ42.7947.3926.29-
YUV180.2596.82136.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.25%
GREEN value IS 185 (72.66% from 255) = 36.85%
BLUE value IS 125 (49.22% from 255) = 24.90%
R=38.25%
G=36.85%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218512500.040.350.2553.7334.7262.16
HexC0B97D04231936233e
Octal300271175044331664376
Binary11000000101110011111101010010001111001110110100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B97D; }

 p { color: rgb(192,185,125); }

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

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

 a { background-color: rgb(192,185,125); }

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

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

 span { border-color: rgb(192,185,125); }

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