#CC7F36

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

Shades of Golden Bell #CC7F36

Tints of Golden Bell #CC7F36

Color information

#CC7F36 (or 0xCC7F36) is unknown color: approx Golden Bell. HEX triplet: CC, 7F and 36. RGB value is (204,127,54). Sum of RGB (Red+Green+Blue) = 204+127+54=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7F36 is #3380C9. Grayscale: #8E8E8E. Windows color (decimal): -3375306 or 3571660. OLE color: 3571660.

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

Color convert

RGB20412754-
CMYK00.380.740.2
HSL29.2º59.52%50.59%-
HSV(B)29.2º73.53%80%-
XYZ33.1628.287.2-
YUV141.778.51172.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.99%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 54 (21.48% from 255) = 14.03%
R=52.99%
G=32.99%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041275400.380.740.229.259.5250.59
HexCC7F360264A141d3c33
Octal3141776604611224357463
Binary110011001111111110110010011010010101010011101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7F36; }

 p { color: rgb(204,127,54); }

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

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

 a { background-color: rgb(204,127,54); }

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

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

 span { border-color: rgb(204,127,54); }

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