Html Css Color HEX #C97C3C Golden Bell

📋 copy color: '#C97C3C'

red 201 ◦ green 124 ◦ blue 60

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

Shades of Golden Bell #C97C3C

Tints of Golden Bell #C97C3C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.21%

 BLUE value IS 60 (23.83% from 255) = 15.58%

R = 52.21%
G = 32.21%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C97C3C (or 0xC97C3C) is known color: Golden Bell. HEX triplet: C9, 7C and 3C. RGB value is (201,124,60). Sum of RGB (Red+Green+Blue) = 201+124+60=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97C3C is #3683C3. Grayscale: #8C8C8C. Windows color (decimal): -3572676 or 3964105. OLE color: 3964105.

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

Color convert

RGB 201 124 60 -
CMYK 0 0.38 0.70 0.21
HSL 27.23º 0.57% 0.51% -
HSV(B) 27.23º 0.7% 0.79% -
XYZ 32.11 27.16 7.82 -
YUV 139.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 201 124 60 0 0.38 0.70 0.21 27.23 0.57 0.51
Hex C9 7C 3C 0 26 46 15 1B 39 33
Octal 311 174 74 0 46 106 25 33 71 63
Binary 11001001 1111100 111100 0 100110 1000110 10101 11011 111001 110011

Color Harmonies of #C97C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97C3C

Black with #C97C3C

Text Example


Text Example

White with #C97C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97C3C; }

 p { color: rgb(201,124,60); }

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

background-color css

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

 a { background-color: rgb(201,124,60); }

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

border-color css

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

 span { border-color: rgb(201,124,60); }

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