Html Css Color HEX #C67C38 Golden Bell

📋 copy color: '#C67C38'

red 198 ◦ green 124 ◦ blue 56

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

Shades of Golden Bell #C67C38

Tints of Golden Bell #C67C38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.81%

R = 52.38%
G = 32.8%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C67C38 (or 0xC67C38) is known color: Golden Bell. HEX triplet: C6, 7C and 38. RGB value is (198,124,56). Sum of RGB (Red+Green+Blue) = 198+124+56=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C67C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67C38 is #3983C7. Grayscale: #8A8A8A. Windows color (decimal): -3769288 or 3701958. OLE color: 3701958.

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

Color convert

RGB 198 124 56 -
CMYK 0 0.37 0.72 0.22
HSL 28.73º 0.56% 0.5% -
HSV(B) 28.73º 0.72% 0.78% -
XYZ 31.21 26.71 7.25 -
YUV 138.37 81.52 170.53 -
System Red Green Blue C M Y K H S L
Decimal 198 124 56 0 0.37 0.72 0.22 28.73 0.56 0.5
Hex C6 7C 38 0 25 48 16 1D 38 32
Octal 306 174 70 0 45 110 26 35 70 62
Binary 11000110 1111100 111000 0 100101 1001000 10110 11101 111000 110010

Color Harmonies of #C67C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67C38

Black with #C67C38

Text Example


Text Example

White with #C67C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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