Html Css Color HEX #C27E37 Golden Bell

📋 copy color: '#C27E37'

red 194 ◦ green 126 ◦ blue 55

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

Shades of Golden Bell #C27E37

Tints of Golden Bell #C27E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.67%

R = 51.73%
G = 33.6%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C27E37 (or 0xC27E37) is known color: Golden Bell. HEX triplet: C2, 7E and 37. RGB value is (194,126,55). Sum of RGB (Red+Green+Blue) = 194+126+55=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E37 is #3D81C8. Grayscale: #8A8A8A. Windows color (decimal): -4030921 or 3636930. OLE color: 3636930.

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

Color convert

RGB 194 126 55 -
CMYK 0 0.35 0.72 0.24
HSL 30.65º 0.56% 0.49% -
HSV(B) 30.65º 0.72% 0.76% -
XYZ 30.4 26.67 7.16 -
YUV 138.24 81.03 167.77 -
System Red Green Blue C M Y K H S L
Decimal 194 126 55 0 0.35 0.72 0.24 30.65 0.56 0.49
Hex C2 7E 37 0 23 48 18 1F 38 31
Octal 302 176 67 0 43 110 30 37 70 61
Binary 11000010 1111110 110111 0 100011 1001000 11000 11111 111000 110001

Color Harmonies of #C27E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E37

Black with #C27E37

Text Example


Text Example

White with #C27E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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