Html Css Color HEX #C47935 Golden Bell

📋 copy color: '#C47935'

red 196 ◦ green 121 ◦ blue 53

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

Shades of Golden Bell #C47935

Tints of Golden Bell #C47935

RGB

 RED value IS 196 (76.95% from 255) = 52.97%

 GREEN value IS 121 (47.66% from 255) = 32.7%

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

R = 52.97%
G = 32.7%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C47935 (or 0xC47935) is known color: Golden Bell. HEX triplet: C4, 79 and 35. RGB value is (196,121,53). Sum of RGB (Red+Green+Blue) = 196+121+53=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C47935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47935 is #3B86CA. Grayscale: #888888. Windows color (decimal): -3901131 or 3504580. OLE color: 3504580.

HSL color Cylindrical-coordinate representation of color #C47935: hue angle of 28.53º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C47935 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 121 53 -
CMYK 0 0.38 0.73 0.23
HSL 28.53º 0.57% 0.49% -
HSV(B) 28.53º 0.73% 0.77% -
XYZ 30.24 25.67 6.73 -
YUV 135.67 81.35 171.03 -
System Red Green Blue C M Y K H S L
Decimal 196 121 53 0 0.38 0.73 0.23 28.53 0.57 0.49
Hex C4 79 35 0 26 49 17 1D 39 31
Octal 304 171 65 0 46 111 27 35 71 61
Binary 11000100 1111001 110101 0 100110 1001001 10111 11101 111001 110001

Color Harmonies of #C47935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47935

Black with #C47935

Text Example


Text Example

White with #C47935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47935; }

 p { color: rgb(196,121,53); }

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

background-color css

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

 a { background-color: rgb(196,121,53); }

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

border-color css

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

 span { border-color: rgb(196,121,53); }

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