Html Css Color HEX #C88738 Golden Bell

📋 copy color: '#C88738'

red 200 ◦ green 135 ◦ blue 56

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

Shades of Golden Bell #C88738

Tints of Golden Bell #C88738

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.53%

 BLUE value IS 56 (22.27% from 255) = 14.32%

R = 51.15%
G = 34.53%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C88738 (or 0xC88738) is known color: Golden Bell. HEX triplet: C8, 87 and 38. RGB value is (200,135,56). Sum of RGB (Red+Green+Blue) = 200+135+56=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C88738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88738 is #3778C7. Grayscale: #919191. Windows color (decimal): -3635400 or 3704776. OLE color: 3704776.

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

Color convert

RGB 200 135 56 -
CMYK 0 0.32 0.72 0.22
HSL 32.92º 0.57% 0.5% -
HSV(B) 32.92º 0.72% 0.78% -
XYZ 33.2 29.89 7.76 -
YUV 145.43 77.53 166.92 -
System Red Green Blue C M Y K H S L
Decimal 200 135 56 0 0.32 0.72 0.22 32.92 0.57 0.5
Hex C8 87 38 0 20 48 16 21 39 32
Octal 310 207 70 0 40 110 26 41 71 62
Binary 11001000 10000111 111000 0 100000 1001000 10110 100001 111001 110010

Color Harmonies of #C88738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88738

Black with #C88738

Text Example


Text Example

White with #C88738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88738; }

 p { color: rgb(200,135,56); }

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

background-color css

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

 a { background-color: rgb(200,135,56); }

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

border-color css

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

 span { border-color: rgb(200,135,56); }

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