Html Css Color HEX #C88639 Golden Bell

📋 copy color: '#C88639'

red 200 ◦ green 134 ◦ blue 57

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

Shades of Golden Bell #C88639

Tints of Golden Bell #C88639

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.27%

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

R = 51.15%
G = 34.27%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C88639 (or 0xC88639) is known color: Golden Bell. HEX triplet: C8, 86 and 39. RGB value is (200,134,57). Sum of RGB (Red+Green+Blue) = 200+134+57=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C88639 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88639 is #3779C6. Grayscale: #919191. Windows color (decimal): -3635655 or 3770056. OLE color: 3770056.

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

Color convert

RGB 200 134 57 -
CMYK 0 0.33 0.72 0.22
HSL 32.31º 0.57% 0.5% -
HSV(B) 32.31º 0.72% 0.78% -
XYZ 33.08 29.62 7.85 -
YUV 144.96 78.37 167.26 -
System Red Green Blue C M Y K H S L
Decimal 200 134 57 0 0.33 0.72 0.22 32.31 0.57 0.5
Hex C8 86 39 0 21 48 16 20 39 32
Octal 310 206 71 0 41 110 26 40 71 62
Binary 11001000 10000110 111001 0 100001 1001000 10110 100000 111001 110010

Color Harmonies of #C88639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88639

Black with #C88639

Text Example


Text Example

White with #C88639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88639; }

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

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

background-color css

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

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

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

border-color css

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

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

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