Html Css Color HEX #C27D35 Golden Bell

📋 copy color: '#C27D35'

red 194 ◦ green 125 ◦ blue 53

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

Shades of Golden Bell #C27D35

Tints of Golden Bell #C27D35

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.6%

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

R = 52.15%
G = 33.6%
B = 14.25%

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

#C27D35 (or 0xC27D35) is known color: Golden Bell. HEX triplet: C2, 7D and 35. RGB value is (194,125,53). Sum of RGB (Red+Green+Blue) = 194+125+53=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27D35 is #3D82CA. Grayscale: #898989. Windows color (decimal): -4031179 or 3505602. OLE color: 3505602.

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

Color convert

RGB 194 125 53 -
CMYK 0 0.36 0.73 0.24
HSL 30.64º 0.57% 0.48% -
HSV(B) 30.64º 0.73% 0.76% -
XYZ 30.22 26.39 6.87 -
YUV 137.42 80.36 168.35 -
System Red Green Blue C M Y K H S L
Decimal 194 125 53 0 0.36 0.73 0.24 30.64 0.57 0.48
Hex C2 7D 35 0 24 49 18 1F 39 30
Octal 302 175 65 0 44 111 30 37 71 60
Binary 11000010 1111101 110101 0 100100 1001001 11000 11111 111001 110000

Color Harmonies of #C27D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D35

Black with #C27D35

Text Example


Text Example

White with #C27D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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