Html Css Color HEX #C87C39 Golden Bell

📋 copy color: '#C87C39'

red 200 ◦ green 124 ◦ blue 57

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

Shades of Golden Bell #C87C39

Tints of Golden Bell #C87C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.96%

R = 52.49%
G = 32.55%
B = 14.96%

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

#C87C39 (or 0xC87C39) is known color: Golden Bell. HEX triplet: C8, 7C and 39. RGB value is (200,124,57). Sum of RGB (Red+Green+Blue) = 200+124+57=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87C39 is #3783C6. Grayscale: #8B8B8B. Windows color (decimal): -3638215 or 3767496. OLE color: 3767496.

HSL color Cylindrical-coordinate representation of color #C87C39: hue angle of 28.11º degrees, saturation: 0.57, 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 #C87C39 is Cyan = 0, Magento = 0.38, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 124 57 -
CMYK 0 0.38 0.72 0.22
HSL 28.11º 0.57% 0.5% -
HSV(B) 28.11º 0.72% 0.78% -
XYZ 31.77 26.99 7.41 -
YUV 139.09 81.68 171.45 -
System Red Green Blue C M Y K H S L
Decimal 200 124 57 0 0.38 0.72 0.22 28.11 0.57 0.5
Hex C8 7C 39 0 26 48 16 1C 39 32
Octal 310 174 71 0 46 110 26 34 71 62
Binary 11001000 1111100 111001 0 100110 1001000 10110 11100 111001 110010

Color Harmonies of #C87C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87C39

Black with #C87C39

Text Example


Text Example

White with #C87C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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