#CC743A

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

Shades of Zest #CC743A

Tints of Zest #CC743A

Color information

#CC743A (or 0xCC743A) is unknown color: approx Zest. HEX triplet: CC, 74 and 3A. RGB value is (204,116,58). Sum of RGB (Red+Green+Blue) = 204+116+58=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CC743A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC743A is #338BC5. Grayscale: #888888. Windows color (decimal): -3378118 or 3830988. OLE color: 3830988.

HSL color Cylindrical-coordinate representation of color #CC743A: hue angle of 23.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC743A is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB20411658-
CMYK00.430.720.2
HSL23.84º58.87%51.37%-
HSV(B)23.84º71.57%80%-
XYZ31.9125.637.27-
YUV135.784.15176.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.97%
GREEN value IS 116 (45.70% from 255) = 30.69%
BLUE value IS 58 (23.05% from 255) = 15.34%
R=53.97%
G=30.69%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041165800.430.720.223.8458.8751.37
HexCC743A02B4814183b33
Octal3141647205311024307363
Binary110011001110100111010010101110010001010011000111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC743A; }

 p { color: rgb(204,116,58); }

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

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

 a { background-color: rgb(204,116,58); }

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

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

 span { border-color: rgb(204,116,58); }

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