Html Css Color HEX #C27E35 Golden Bell

📋 copy color: '#C27E35'

red 194 ◦ green 126 ◦ blue 53

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

Shades of Golden Bell #C27E35

Tints of Golden Bell #C27E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.21%

R = 52.01%
G = 33.78%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C27E35 (or 0xC27E35) is known color: Golden Bell. HEX triplet: C2, 7E and 35. RGB value is (194,126,53). Sum of RGB (Red+Green+Blue) = 194+126+53=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27E35 is #3D81CA. Grayscale: #8A8A8A. Windows color (decimal): -4030923 or 3505858. OLE color: 3505858.

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

Color convert

RGB 194 126 53 -
CMYK 0 0.35 0.73 0.24
HSL 31.06º 0.57% 0.48% -
HSV(B) 31.06º 0.73% 0.76% -
XYZ 30.35 26.65 6.91 -
YUV 138.01 80.03 167.94 -
System Red Green Blue C M Y K H S L
Decimal 194 126 53 0 0.35 0.73 0.24 31.06 0.57 0.48
Hex C2 7E 35 0 23 49 18 1F 39 30
Octal 302 176 65 0 43 111 30 37 71 60
Binary 11000010 1111110 110101 0 100011 1001001 11000 11111 111001 110000

Color Harmonies of #C27E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27E35

Black with #C27E35

Text Example


Text Example

White with #C27E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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