Html Css Color HEX #C27C35 Golden Bell

📋 copy color: '#C27C35'

red 194 ◦ green 124 ◦ blue 53

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

Shades of Golden Bell #C27C35

Tints of Golden Bell #C27C35

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.42%

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

R = 52.29%
G = 33.42%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C27C35 (or 0xC27C35) is known color: Golden Bell. HEX triplet: C2, 7C and 35. RGB value is (194,124,53). Sum of RGB (Red+Green+Blue) = 194+124+53=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27C35 is #3D83CA. Grayscale: #898989. Windows color (decimal): -4031435 or 3505346. OLE color: 3505346.

HSL color Cylindrical-coordinate representation of color #C27C35: hue angle of 30.21º 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 #C27C35 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 124 53 -
CMYK 0 0.36 0.73 0.24
HSL 30.21º 0.57% 0.48% -
HSV(B) 30.21º 0.73% 0.76% -
XYZ 30.1 26.14 6.83 -
YUV 136.84 80.69 168.77 -
System Red Green Blue C M Y K H S L
Decimal 194 124 53 0 0.36 0.73 0.24 30.21 0.57 0.48
Hex C2 7C 35 0 24 49 18 1E 39 30
Octal 302 174 65 0 44 111 30 36 71 60
Binary 11000010 1111100 110101 0 100100 1001001 11000 11110 111001 110000

Color Harmonies of #C27C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27C35

Black with #C27C35

Text Example


Text Example

White with #C27C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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