Html Css Color HEX #C87F36 Golden Bell

📋 copy color: '#C87F36'

red 200 ◦ green 127 ◦ blue 54

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

Shades of Golden Bell #C87F36

Tints of Golden Bell #C87F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.17%

R = 52.49%
G = 33.33%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C87F36 (or 0xC87F36) is known color: Golden Bell. HEX triplet: C8, 7F and 36. RGB value is (200,127,54). Sum of RGB (Red+Green+Blue) = 200+127+54=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F36 is #3780C9. Grayscale: #8C8C8C. Windows color (decimal): -3637450 or 3571656. OLE color: 3571656.

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

Color convert

RGB 200 127 54 -
CMYK 0 0.36 0.73 0.22
HSL 30º 0.57% 0.5% -
HSV(B) 30º 0.73% 0.78% -
XYZ 32.07 27.72 7.15 -
YUV 140.51 79.18 170.44 -
System Red Green Blue C M Y K H S L
Decimal 200 127 54 0 0.36 0.73 0.22 30 0.57 0.5
Hex C8 7F 36 0 24 49 16 1E 39 32
Octal 310 177 66 0 44 111 26 36 71 62
Binary 11001000 1111111 110110 0 100100 1001001 10110 11110 111001 110010

Color Harmonies of #C87F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F36

Black with #C87F36

Text Example


Text Example

White with #C87F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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