#CC763D

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

Shades of Zest #CC763D

Tints of Zest #CC763D

Color information

#CC763D (or 0xCC763D) is unknown color: approx Zest. HEX triplet: CC, 76 and 3D. RGB value is (204,118,61). Sum of RGB (Red+Green+Blue) = 204+118+61=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CC763D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC763D is #3389C2. Grayscale: #898989. Windows color (decimal): -3377603 or 4028108. OLE color: 4028108.

HSL color Cylindrical-coordinate representation of color #CC763D: hue angle of 23.92º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC763D is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB20411861-
CMYK00.420.700.2
HSL23.92º58.37%51.96%-
HSV(B)23.92º70.1%80%-
XYZ32.2226.137.76-
YUV137.2284.99175.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.26%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 61 (24.22% from 255) = 15.93%
R=53.26%
G=30.81%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041186100.420.700.223.9258.3751.96
HexCC763D02A4614183a34
Octal3141667505210624307264
Binary110011001110110111101010101010001101010011000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC763D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC763D; }

 p { color: rgb(204,118,61); }

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

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

 a { background-color: rgb(204,118,61); }

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

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

 span { border-color: rgb(204,118,61); }

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