Html Css Color HEX #C88536 Golden Bell

📋 copy color: '#C88536'

red 200 ◦ green 133 ◦ blue 54

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

Shades of Golden Bell #C88536

Tints of Golden Bell #C88536

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.37%

 BLUE value IS 54 (21.48% from 255) = 13.95%

R = 51.68%
G = 34.37%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C88536 (or 0xC88536) is known color: Golden Bell. HEX triplet: C8, 85 and 36. RGB value is (200,133,54). Sum of RGB (Red+Green+Blue) = 200+133+54=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C88536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88536 is #377AC9. Grayscale: #909090. Windows color (decimal): -3635914 or 3573192. OLE color: 3573192.

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

Color convert

RGB 200 133 54 -
CMYK 0 0.34 0.73 0.22
HSL 32.47º 0.57% 0.5% -
HSV(B) 32.47º 0.73% 0.78% -
XYZ 32.87 29.32 7.42 -
YUV 144.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 200 133 54 0 0.34 0.73 0.22 32.47 0.57 0.5
Hex C8 85 36 0 22 49 16 20 39 32
Octal 310 205 66 0 42 111 26 40 71 62
Binary 11001000 10000101 110110 0 100010 1001001 10110 100000 111001 110010

Color Harmonies of #C88536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88536

Black with #C88536

Text Example


Text Example

White with #C88536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88536; }

 p { color: rgb(200,133,54); }

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

background-color css

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

 a { background-color: rgb(200,133,54); }

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

border-color css

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

 span { border-color: rgb(200,133,54); }

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