Html Css Color HEX #C57F36 Golden Bell

📋 copy color: '#C57F36'

red 197 ◦ green 127 ◦ blue 54

#C57F36
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Bell #C57F36

Tints of Golden Bell #C57F36

RGB

 RED value IS 197 (77.34% from 255) = 52.12%

 GREEN value IS 127 (50% from 255) = 33.6%

 BLUE value IS 54 (21.48% from 255) = 14.29%

R = 52.12%
G = 33.6%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C57F36 (or 0xC57F36) is known color: Golden Bell. HEX triplet: C5, 7F and 36. RGB value is (197,127,54). Sum of RGB (Red+Green+Blue) = 197+127+54=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 127 (50% from 255 or 33.60% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57F36 is #3A80C9. Grayscale: #8B8B8B. Windows color (decimal): -3834058 or 3571653. OLE color: 3571653.

HSL color Cylindrical-coordinate representation of color #C57F36: hue angle of 30.63º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C57F36 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 127 54 -
CMYK 0 0.36 0.73 0.23
HSL 30.63º 0.57% 0.49% -
HSV(B) 30.63º 0.73% 0.77% -
XYZ 31.28 27.32 7.11 -
YUV 139.61 79.69 168.94 -
System Red Green Blue C M Y K H S L
Decimal 197 127 54 0 0.36 0.73 0.23 30.63 0.57 0.49
Hex C5 7F 36 0 24 49 17 1F 39 31
Octal 305 177 66 0 44 111 27 37 71 61
Binary 11000101 1111111 110110 0 100100 1001001 10111 11111 111001 110001

Color Harmonies of #C57F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57F36

Black with #C57F36

Text Example


Text Example

White with #C57F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57F36; }

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

 H1.HeaderClassName
 {
   color: #C57F36;
 }
 .AnyTagClassName
 {
   color: #C57F36;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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