#CC7C39

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

Shades of Golden Bell #CC7C39

Tints of Golden Bell #CC7C39

Color information

#CC7C39 (or 0xCC7C39) is unknown color: approx Golden Bell. HEX triplet: CC, 7C and 39. RGB value is (204,124,57). Sum of RGB (Red+Green+Blue) = 204+124+57=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7C39 is #3383C6. Grayscale: #8C8C8C. Windows color (decimal): -3376071 or 3767500. OLE color: 3767500.

HSL color Cylindrical-coordinate representation of color #CC7C39: hue angle of 27.35º 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 #CC7C39 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB20412457-
CMYK00.390.720.2
HSL27.35º59.04%51.18%-
HSV(B)27.35º72.06%80%-
XYZ32.8527.557.46-
YUV140.2881173.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.99%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 57 (22.66% from 255) = 14.81%
R=52.99%
G=32.21%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041245700.390.720.227.3559.0451.18
HexCC7C3902748141b3b33
Octal3141747104711024337363
Binary110011001111100111001010011110010001010011011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7C39; }

 p { color: rgb(204,124,57); }

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

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

 a { background-color: rgb(204,124,57); }

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

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

 span { border-color: rgb(204,124,57); }

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