Html Css Color HEX #C97D37 Golden Bell

📋 copy color: '#C97D37'

red 201 ◦ green 125 ◦ blue 55

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

Shades of Golden Bell #C97D37

Tints of Golden Bell #C97D37

RGB

 RED value IS 201 (78.91% from 255) = 52.76%

 GREEN value IS 125 (49.22% from 255) = 32.81%

 BLUE value IS 55 (21.88% from 255) = 14.44%

R = 52.76%
G = 32.81%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C97D37 (or 0xC97D37) is known color: Golden Bell. HEX triplet: C9, 7D and 37. RGB value is (201,125,55). Sum of RGB (Red+Green+Blue) = 201+125+55=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C97D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97D37 is #3682C8. Grayscale: #8C8C8C. Windows color (decimal): -3572425 or 3636681. OLE color: 3636681.

HSL color Cylindrical-coordinate representation of color #C97D37: hue angle of 28.77º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C97D37 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 125 55 -
CMYK 0 0.38 0.73 0.21
HSL 28.77º 0.57% 0.5% -
HSV(B) 28.77º 0.73% 0.79% -
XYZ 32.11 27.36 7.2 -
YUV 139.74 80.18 171.69 -
System Red Green Blue C M Y K H S L
Decimal 201 125 55 0 0.38 0.73 0.21 28.77 0.57 0.5
Hex C9 7D 37 0 26 49 15 1D 39 32
Octal 311 175 67 0 46 111 25 35 71 62
Binary 11001001 1111101 110111 0 100110 1001001 10101 11101 111001 110010

Color Harmonies of #C97D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97D37

Black with #C97D37

Text Example


Text Example

White with #C97D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97D37; }

 p { color: rgb(201,125,55); }

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

background-color css

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

 a { background-color: rgb(201,125,55); }

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

border-color css

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

 span { border-color: rgb(201,125,55); }

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