#cf7f3a

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

Shades of Golden Bell #CF7F3A

Tints of Golden Bell #CF7F3A

Color information

#CF7F3A (or 0xCF7F3A) is unknown color: approx Golden Bell. HEX triplet: CF, 7F and 3A. RGB value is (207,127,58). Sum of RGB (Red+Green+Blue) = 207+127+58=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7F3A is #3080C5. Grayscale: #8F8F8F. Windows color (decimal): -3178694 or 3833807. OLE color: 3833807.

HSL color Cylindrical-coordinate representation of color #CF7F3A: hue angle of 27.79º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF7F3A is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB20712758-
CMYK00.390.720.19
HSL27.79º60.82%51.96%-
HSV(B)27.79º71.98%81.18%-
XYZ34.0928.757.76-
YUV143.0580173.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.81%
GREEN value IS 127 (50% from 255) = 32.40%
BLUE value IS 58 (23.05% from 255) = 14.80%
R=52.81%
G=32.40%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071275800.390.720.1927.7960.8251.96
HexCF7F3A02748131c3d34
Octal3171777204711023347564
Binary110011111111111111010010011110010001001111100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf7f3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf7f3a; }

 p { color: rgb(207,127,58); }

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

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

 a { background-color: rgb(207,127,58); }

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

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

 span { border-color: rgb(207,127,58); }

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