Html Css Color HEX #C17C36 Golden Bell

📋 copy color: '#C17C36'

red 193 ◦ green 124 ◦ blue 54

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

Shades of Golden Bell #C17C36

Tints of Golden Bell #C17C36

RGB

 RED value IS 193 (75.78% from 255) = 52.02%

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

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

R = 52.02%
G = 33.42%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C17C36 (or 0xC17C36) is known color: Golden Bell. HEX triplet: C1, 7C and 36. RGB value is (193,124,54). Sum of RGB (Red+Green+Blue) = 193+124+54=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17C36 is #3E83C9. Grayscale: #898989. Windows color (decimal): -4096970 or 3570881. OLE color: 3570881.

HSL color Cylindrical-coordinate representation of color #C17C36: hue angle of 30.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C17C36 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 124 54 -
CMYK 0 0.36 0.72 0.24
HSL 30.22º 0.56% 0.48% -
HSV(B) 30.22º 0.72% 0.76% -
XYZ 29.87 26.02 6.94 -
YUV 136.65 81.36 168.19 -
System Red Green Blue C M Y K H S L
Decimal 193 124 54 0 0.36 0.72 0.24 30.22 0.56 0.48
Hex C1 7C 36 0 24 48 18 1E 38 30
Octal 301 174 66 0 44 110 30 36 70 60
Binary 11000001 1111100 110110 0 100100 1001000 11000 11110 111000 110000

Color Harmonies of #C17C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C36

Black with #C17C36

Text Example


Text Example

White with #C17C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C36; }

 p { color: rgb(193,124,54); }

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

background-color css

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

 a { background-color: rgb(193,124,54); }

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

border-color css

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

 span { border-color: rgb(193,124,54); }

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