Html Css Color HEX #C67C36 Golden Bell

📋 copy color: '#C67C36'

red 198 ◦ green 124 ◦ blue 54

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

Shades of Golden Bell #C67C36

Tints of Golden Bell #C67C36

RGB

 RED value IS 198 (77.73% from 255) = 52.66%

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

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

R = 52.66%
G = 32.98%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C67C36 (or 0xC67C36) is known color: Golden Bell. HEX triplet: C6, 7C and 36. RGB value is (198,124,54). Sum of RGB (Red+Green+Blue) = 198+124+54=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 54 (21.48% from 255 or 14.36% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67C36 is #3983C9. Grayscale: #8A8A8A. Windows color (decimal): -3769290 or 3570886. OLE color: 3570886.

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

Color convert

RGB 198 124 54 -
CMYK 0 0.37 0.73 0.22
HSL 29.17º 0.57% 0.49% -
HSV(B) 29.17º 0.73% 0.78% -
XYZ 31.16 26.69 7 -
YUV 138.15 80.52 170.69 -
System Red Green Blue C M Y K H S L
Decimal 198 124 54 0 0.37 0.73 0.22 29.17 0.57 0.49
Hex C6 7C 36 0 25 49 16 1D 39 31
Octal 306 174 66 0 45 111 26 35 71 61
Binary 11000110 1111100 110110 0 100101 1001001 10110 11101 111001 110001

Color Harmonies of #C67C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67C36

Black with #C67C36

Text Example


Text Example

White with #C67C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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