Html Css Color HEX #C87F3C Golden Bell

📋 copy color: '#C87F3C'

red 200 ◦ green 127 ◦ blue 60

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

Shades of Golden Bell #C87F3C

Tints of Golden Bell #C87F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.5%

R = 51.68%
G = 32.82%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C87F3C (or 0xC87F3C) is known color: Golden Bell. HEX triplet: C8, 7F and 3C. RGB value is (200,127,60). Sum of RGB (Red+Green+Blue) = 200+127+60=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F3C is #3780C3. Grayscale: #8D8D8D. Windows color (decimal): -3637444 or 3964872. OLE color: 3964872.

HSL color Cylindrical-coordinate representation of color #C87F3C: hue angle of 28.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C87F3C is Cyan = 0, Magento = 0.36, Yellow = 0.7 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 127 60 -
CMYK 0 0.36 0.7 0.22
HSL 28.71º 0.56% 0.51% -
HSV(B) 28.71º 0.7% 0.78% -
XYZ 32.22 27.78 7.94 -
YUV 141.19 82.18 169.95 -
System Red Green Blue C M Y K H S L
Decimal 200 127 60 0 0.36 0.7 0.22 28.71 0.56 0.51
Hex C8 7F 3C 0 24 46 16 1D 38 33
Octal 310 177 74 0 44 106 26 35 70 63
Binary 11001000 1111111 111100 0 100100 1000110 10110 11101 111000 110011

Color Harmonies of #C87F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F3C

Black with #C87F3C

Text Example


Text Example

White with #C87F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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