Html Css Color HEX #C87F38 Golden Bell

📋 copy color: '#C87F38'

red 200 ◦ green 127 ◦ blue 56

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

Shades of Golden Bell #C87F38

Tints of Golden Bell #C87F38

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

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

R = 52.22%
G = 33.16%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C87F38 (or 0xC87F38) is known color: Golden Bell. HEX triplet: C8, 7F and 38. RGB value is (200,127,56). Sum of RGB (Red+Green+Blue) = 200+127+56=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 56 (22.27% from 255 or 14.62% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F38 is #3780C7. Grayscale: #8D8D8D. Windows color (decimal): -3637448 or 3702728. OLE color: 3702728.

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

Color convert

RGB 200 127 56 -
CMYK 0 0.36 0.72 0.22
HSL 29.58º 0.57% 0.5% -
HSV(B) 29.58º 0.72% 0.78% -
XYZ 32.12 27.74 7.4 -
YUV 140.73 80.18 170.27 -
System Red Green Blue C M Y K H S L
Decimal 200 127 56 0 0.36 0.72 0.22 29.58 0.57 0.5
Hex C8 7F 38 0 24 48 16 1E 39 32
Octal 310 177 70 0 44 110 26 36 71 62
Binary 11001000 1111111 111000 0 100100 1001000 10110 11110 111001 110010

Color Harmonies of #C87F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F38

Black with #C87F38

Text Example


Text Example

White with #C87F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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