Html Css Color HEX #C87C37 Golden Bell

📋 copy color: '#C87C37'

red 200 ◦ green 124 ◦ blue 55

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

Shades of Golden Bell #C87C37

Tints of Golden Bell #C87C37

RGB

 RED value IS 200 (78.52% from 255) = 52.77%

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

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

R = 52.77%
G = 32.72%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C87C37 (or 0xC87C37) is known color: Golden Bell. HEX triplet: C8, 7C and 37. RGB value is (200,124,55). Sum of RGB (Red+Green+Blue) = 200+124+55=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87C37 is #3783C8. Grayscale: #8B8B8B. Windows color (decimal): -3638217 or 3636424. OLE color: 3636424.

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

Color convert

RGB 200 124 55 -
CMYK 0 0.38 0.72 0.22
HSL 28.55º 0.57% 0.5% -
HSV(B) 28.55º 0.73% 0.78% -
XYZ 31.72 26.97 7.15 -
YUV 138.86 80.68 171.61 -
System Red Green Blue C M Y K H S L
Decimal 200 124 55 0 0.38 0.72 0.22 28.55 0.57 0.5
Hex C8 7C 37 0 26 48 16 1D 39 32
Octal 310 174 67 0 46 110 26 35 71 62
Binary 11001000 1111100 110111 0 100110 1001000 10110 11101 111001 110010

Color Harmonies of #C87C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87C37

Black with #C87C37

Text Example


Text Example

White with #C87C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87C37; }

 p { color: rgb(200,124,55); }

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

background-color css

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

 a { background-color: rgb(200,124,55); }

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

border-color css

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

 span { border-color: rgb(200,124,55); }

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