Html Css Color HEX #C27E38 Golden Bell

📋 copy color: '#C27E38'

red 194 ◦ green 126 ◦ blue 56

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

Shades of Golden Bell #C27E38

Tints of Golden Bell #C27E38

RGB

 RED value IS 194 (76.17% from 255) = 51.6%

 GREEN value IS 126 (49.61% from 255) = 33.51%

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

R = 51.6%
G = 33.51%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C27E38 (or 0xC27E38) is known color: Golden Bell. HEX triplet: C2, 7E and 38. RGB value is (194,126,56). Sum of RGB (Red+Green+Blue) = 194+126+56=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E38 is #3D81C7. Grayscale: #8A8A8A. Windows color (decimal): -4030920 or 3702466. OLE color: 3702466.

HSL color Cylindrical-coordinate representation of color #C27E38: hue angle of 30.43º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C27E38 is Cyan = 0, Magento = 0.35, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 126 56 -
CMYK 0 0.35 0.71 0.24
HSL 30.43º 0.55% 0.49% -
HSV(B) 30.43º 0.71% 0.76% -
XYZ 30.42 26.68 7.29 -
YUV 138.35 81.53 167.69 -
System Red Green Blue C M Y K H S L
Decimal 194 126 56 0 0.35 0.71 0.24 30.43 0.55 0.49
Hex C2 7E 38 0 23 47 18 1E 37 31
Octal 302 176 70 0 43 107 30 36 67 61
Binary 11000010 1111110 111000 0 100011 1000111 11000 11110 110111 110001

Color Harmonies of #C27E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E38

Black with #C27E38

Text Example


Text Example

White with #C27E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E38; }

 p { color: rgb(194,126,56); }

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

background-color css

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

 a { background-color: rgb(194,126,56); }

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

border-color css

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

 span { border-color: rgb(194,126,56); }

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