Html Css Color HEX #C47F33 Golden Bell

📋 copy color: '#C47F33'

red 196 ◦ green 127 ◦ blue 51

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

Shades of Golden Bell #C47F33

Tints of Golden Bell #C47F33

RGB

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

 GREEN value IS 127 (50% from 255) = 33.96%

 BLUE value IS 51 (20.31% from 255) = 13.64%

R = 52.41%
G = 33.96%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C47F33 (or 0xC47F33) is known color: Golden Bell. HEX triplet: C4, 7F and 33. RGB value is (196,127,51). Sum of RGB (Red+Green+Blue) = 196+127+51=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C47F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47F33 is #3B80CC. Grayscale: #8B8B8B. Windows color (decimal): -3899597 or 3375044. OLE color: 3375044.

HSL color Cylindrical-coordinate representation of color #C47F33: hue angle of 31.45º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C47F33 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 127 51 -
CMYK 0 0.35 0.74 0.23
HSL 31.45º 0.59% 0.48% -
HSV(B) 31.45º 0.74% 0.77% -
XYZ 30.95 27.15 6.74 -
YUV 138.97 78.36 168.68 -
System Red Green Blue C M Y K H S L
Decimal 196 127 51 0 0.35 0.74 0.23 31.45 0.59 0.48
Hex C4 7F 33 0 23 4A 17 1F 3B 30
Octal 304 177 63 0 43 112 27 37 73 60
Binary 11000100 1111111 110011 0 100011 1001010 10111 11111 111011 110000

Color Harmonies of #C47F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47F33

Black with #C47F33

Text Example


Text Example

White with #C47F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47F33; }

 p { color: rgb(196,127,51); }

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

background-color css

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

 a { background-color: rgb(196,127,51); }

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

border-color css

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

 span { border-color: rgb(196,127,51); }

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