Html Css Color HEX #C87C38 Golden Bell

📋 copy color: '#C87C38'

red 200 ◦ green 124 ◦ blue 56

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

Shades of Golden Bell #C87C38

Tints of Golden Bell #C87C38

RGB

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

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

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

R = 52.63%
G = 32.63%
B = 14.74%

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

#C87C38 (or 0xC87C38) is known color: Golden Bell. HEX triplet: C8, 7C and 38. RGB value is (200,124,56). Sum of RGB (Red+Green+Blue) = 200+124+56=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C87C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87C38 is #3783C7. Grayscale: #8B8B8B. Windows color (decimal): -3638216 or 3701960. OLE color: 3701960.

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

Color convert

RGB 200 124 56 -
CMYK 0 0.38 0.72 0.22
HSL 28.33º 0.57% 0.5% -
HSV(B) 28.33º 0.72% 0.78% -
XYZ 31.74 26.98 7.28 -
YUV 138.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 200 124 56 0 0.38 0.72 0.22 28.33 0.57 0.5
Hex C8 7C 38 0 26 48 16 1C 39 32
Octal 310 174 70 0 46 110 26 34 71 62
Binary 11001000 1111100 111000 0 100110 1001000 10110 11100 111001 110010

Color Harmonies of #C87C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87C38

Black with #C87C38

Text Example


Text Example

White with #C87C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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