#C67C35

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

Shades of Golden Bell #C67C35

Tints of Golden Bell #C67C35

Color information

#C67C35 (or 0xC67C35) is unknown color: approx Golden Bell. HEX triplet: C6, 7C and 35. RGB value is (198,124,53). Sum of RGB (Red+Green+Blue) = 198+124+53=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67C35 is #3983CA. Grayscale: #8A8A8A. Windows color (decimal): -3769291 or 3505350. OLE color: 3505350.

HSL color Cylindrical-coordinate representation of color #C67C35: hue angle of 29.38º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C67C35 is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB19812453-
CMYK00.370.730.22
HSL29.38º57.77%49.22%-
HSV(B)29.38º73.23%77.65%-
XYZ31.1426.686.88-
YUV138.0380.02170.77-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.8%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 53 (21.09% from 255) = 14.13%
R=52.8%
G=33.07%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.73
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981245300.370.730.2229.3857.7749.22
HexC67C3502549161d3a31
Octal3061746504511126357261
Binary110001101111100110101010010110010011011011101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67C35; }

 p { color: rgb(198,124,53); }

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

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

 a { background-color: rgb(198,124,53); }

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

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

 span { border-color: rgb(198,124,53); }

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