Html Css Color HEX #C87F39 Golden Bell

📋 copy color: '#C87F39'

red 200 ◦ green 127 ◦ blue 57

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

Shades of Golden Bell #C87F39

Tints of Golden Bell #C87F39

RGB

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

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

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

R = 52.08%
G = 33.07%
B = 14.84%

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

#C87F39 (or 0xC87F39) is known color: Golden Bell. HEX triplet: C8, 7F and 39. RGB value is (200,127,57). Sum of RGB (Red+Green+Blue) = 200+127+57=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F39 is #3780C6. Grayscale: #8D8D8D. Windows color (decimal): -3637447 or 3768264. OLE color: 3768264.

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

Color convert

RGB 200 127 57 -
CMYK 0 0.36 0.72 0.22
HSL 29.37º 0.57% 0.5% -
HSV(B) 29.37º 0.72% 0.78% -
XYZ 32.15 27.75 7.53 -
YUV 140.85 80.68 170.19 -
System Red Green Blue C M Y K H S L
Decimal 200 127 57 0 0.36 0.72 0.22 29.37 0.57 0.5
Hex C8 7F 39 0 24 48 16 1D 39 32
Octal 310 177 71 0 44 110 26 35 71 62
Binary 11001000 1111111 111001 0 100100 1001000 10110 11101 111001 110010

Color Harmonies of #C87F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F39

Black with #C87F39

Text Example


Text Example

White with #C87F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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