#C0753D

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

Shades of Zest #C0753D

Tints of Zest #C0753D

Color information

#C0753D (or 0xC0753D) is unknown color: approx Zest. HEX triplet: C0, 75 and 3D. RGB value is (192,117,61). Sum of RGB (Red+Green+Blue) = 192+117+61=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0753D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0753D is #3F8AC2. Grayscale: #858585. Windows color (decimal): -4164291 or 4027840. OLE color: 4027840.

HSL color Cylindrical-coordinate representation of color #C0753D: hue angle of 25.65º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0753D is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB19211761-
CMYK00.390.680.25
HSL25.65º51.78%49.61%-
HSV(B)25.65º68.23%75.29%-
XYZ28.9424.277.57-
YUV133.0487.35170.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.89%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 61 (24.22% from 255) = 16.49%
R=51.89%
G=31.62%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921176100.390.680.2525.6551.7849.61
HexC0753D02744191a3432
Octal3001657504710431326462
Binary110000001110101111101010011110001001100111010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0753D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0753D; }

 p { color: rgb(192,117,61); }

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

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

 a { background-color: rgb(192,117,61); }

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

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

 span { border-color: rgb(192,117,61); }

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