Html Css Color HEX #C87D33 Golden Bell

📋 copy color: '#C87D33'

red 200 ◦ green 125 ◦ blue 51

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

Shades of Golden Bell #C87D33

Tints of Golden Bell #C87D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.56%

R = 53.19%
G = 33.24%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C87D33 (or 0xC87D33) is known color: Golden Bell. HEX triplet: C8, 7D and 33. RGB value is (200,125,51). Sum of RGB (Red+Green+Blue) = 200+125+51=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 51 (20.31% from 255 or 13.56% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87D33 is #3782CC. Grayscale: #8B8B8B. Windows color (decimal): -3637965 or 3374536. OLE color: 3374536.

HSL color Cylindrical-coordinate representation of color #C87D33: hue angle of 29.8º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C87D33 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 125 51 -
CMYK 0 0.38 0.74 0.22
HSL 29.8º 0.59% 0.49% -
HSV(B) 29.8º 0.75% 0.78% -
XYZ 31.75 27.19 6.71 -
YUV 138.99 78.35 171.52 -
System Red Green Blue C M Y K H S L
Decimal 200 125 51 0 0.38 0.74 0.22 29.8 0.59 0.49
Hex C8 7D 33 0 26 4A 16 1E 3B 31
Octal 310 175 63 0 46 112 26 36 73 61
Binary 11001000 1111101 110011 0 100110 1001010 10110 11110 111011 110001

Color Harmonies of #C87D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87D33

Black with #C87D33

Text Example


Text Example

White with #C87D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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