Html Css Color HEX #C87D3A Golden Bell

📋 copy color: '#C87D3A'

red 200 ◦ green 125 ◦ blue 58

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

Shades of Golden Bell #C87D3A

Tints of Golden Bell #C87D3A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.64%

 BLUE value IS 58 (23.05% from 255) = 15.14%

R = 52.22%
G = 32.64%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C87D3A (or 0xC87D3A) is known color: Golden Bell. HEX triplet: C8, 7D and 3A. RGB value is (200,125,58). Sum of RGB (Red+Green+Blue) = 200+125+58=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D3A is #3782C5. Grayscale: #8C8C8C. Windows color (decimal): -3637958 or 3833288. OLE color: 3833288.

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

Color convert

RGB 200 125 58 -
CMYK 0 0.38 0.71 0.22
HSL 28.31º 0.56% 0.51% -
HSV(B) 28.31º 0.71% 0.78% -
XYZ 31.92 27.25 7.58 -
YUV 139.79 81.85 170.95 -
System Red Green Blue C M Y K H S L
Decimal 200 125 58 0 0.38 0.71 0.22 28.31 0.56 0.51
Hex C8 7D 3A 0 26 47 16 1C 38 33
Octal 310 175 72 0 46 107 26 34 70 63
Binary 11001000 1111101 111010 0 100110 1000111 10110 11100 111000 110011

Color Harmonies of #C87D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D3A

Black with #C87D3A

Text Example


Text Example

White with #C87D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D3A; }

 p { color: rgb(200,125,58); }

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

background-color css

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

 a { background-color: rgb(200,125,58); }

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

border-color css

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

 span { border-color: rgb(200,125,58); }

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