Html Css Color HEX #C87F35 Golden Bell

📋 copy color: '#C87F35'

red 200 ◦ green 127 ◦ blue 53

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

Shades of Golden Bell #C87F35

Tints of Golden Bell #C87F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.95%

R = 52.63%
G = 33.42%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C87F35 (or 0xC87F35) is known color: Golden Bell. HEX triplet: C8, 7F and 35. RGB value is (200,127,53). Sum of RGB (Red+Green+Blue) = 200+127+53=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87F35 is #3780CA. Grayscale: #8C8C8C. Windows color (decimal): -3637451 or 3506120. OLE color: 3506120.

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

Color convert

RGB 200 127 53 -
CMYK 0 0.36 0.74 0.22
HSL 30.2º 0.58% 0.5% -
HSV(B) 30.2º 0.74% 0.78% -
XYZ 32.05 27.72 7.03 -
YUV 140.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 200 127 53 0 0.36 0.74 0.22 30.2 0.58 0.5
Hex C8 7F 35 0 24 4A 16 1E 3A 32
Octal 310 177 65 0 44 112 26 36 72 62
Binary 11001000 1111111 110101 0 100100 1001010 10110 11110 111010 110010

Color Harmonies of #C87F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87F35

Black with #C87F35

Text Example


Text Example

White with #C87F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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