Html Css Color HEX #C48138 Golden Bell

📋 copy color: '#C48138'

red 196 ◦ green 129 ◦ blue 56

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

Shades of Golden Bell #C48138

Tints of Golden Bell #C48138

RGB

 RED value IS 196 (76.95% from 255) = 51.44%

 GREEN value IS 129 (50.78% from 255) = 33.86%

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

R = 51.44%
G = 33.86%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C48138 (or 0xC48138) is known color: Golden Bell. HEX triplet: C4, 81 and 38. RGB value is (196,129,56). Sum of RGB (Red+Green+Blue) = 196+129+56=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C48138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48138 is #3B7EC7. Grayscale: #8D8D8D. Windows color (decimal): -3899080 or 3703236. OLE color: 3703236.

HSL color Cylindrical-coordinate representation of color #C48138: hue angle of 31.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C48138 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 129 56 -
CMYK 0 0.34 0.71 0.23
HSL 31.29º 0.56% 0.49% -
HSV(B) 31.29º 0.71% 0.77% -
XYZ 31.33 27.72 7.44 -
YUV 140.71 80.2 167.44 -
System Red Green Blue C M Y K H S L
Decimal 196 129 56 0 0.34 0.71 0.23 31.29 0.56 0.49
Hex C4 81 38 0 22 47 17 1F 38 31
Octal 304 201 70 0 42 107 27 37 70 61
Binary 11000100 10000001 111000 0 100010 1000111 10111 11111 111000 110001

Color Harmonies of #C48138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48138

Black with #C48138

Text Example


Text Example

White with #C48138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48138; }

 p { color: rgb(196,129,56); }

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

background-color css

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

 a { background-color: rgb(196,129,56); }

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

border-color css

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

 span { border-color: rgb(196,129,56); }

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