#CF793B

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

Shades of Zest #CF793B

Tints of Zest #CF793B

Color information

#CF793B (or 0xCF793B) is unknown color: approx Zest. HEX triplet: CF, 79 and 3B. RGB value is (207,121,59). Sum of RGB (Red+Green+Blue) = 207+121+59=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF793B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF793B is #3086C4. Grayscale: #8B8B8B. Windows color (decimal): -3180229 or 3897807. OLE color: 3897807.

HSL color Cylindrical-coordinate representation of color #CF793B: hue angle of 25.14º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF793B is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB20712159-
CMYK00.420.710.19
HSL25.14º60.66%52.16%-
HSV(B)25.14º71.5%81.18%-
XYZ33.3627.267.64-
YUV139.6582.49176.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.49%
GREEN value IS 121 (47.66% from 255) = 31.27%
BLUE value IS 59 (23.44% from 255) = 15.25%
R=53.49%
G=31.27%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071215900.420.710.1925.1460.6652.16
HexCF793B02A4713193d34
Octal3171717305210723317564
Binary110011111111001111011010101010001111001111001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF793B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF793B; }

 p { color: rgb(207,121,59); }

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

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

 a { background-color: rgb(207,121,59); }

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

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

 span { border-color: rgb(207,121,59); }

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