Html Css Color HEX #C47A33 Golden Bell

📋 copy color: '#C47A33'

red 196 ◦ green 122 ◦ blue 51

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

Shades of Golden Bell #C47A33

Tints of Golden Bell #C47A33

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.06%

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

R = 53.12%
G = 33.06%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C47A33 (or 0xC47A33) is known color: Golden Bell. HEX triplet: C4, 7A and 33. RGB value is (196,122,51). Sum of RGB (Red+Green+Blue) = 196+122+51=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47A33 is #3B85CC. Grayscale: #888888. Windows color (decimal): -3900877 or 3373764. OLE color: 3373764.

HSL color Cylindrical-coordinate representation of color #C47A33: hue angle of 29.38º 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 #C47A33 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 122 51 -
CMYK 0 0.38 0.74 0.23
HSL 29.38º 0.59% 0.48% -
HSV(B) 29.38º 0.74% 0.77% -
XYZ 30.32 25.89 6.53 -
YUV 136.03 80.02 170.77 -
System Red Green Blue C M Y K H S L
Decimal 196 122 51 0 0.38 0.74 0.23 29.38 0.59 0.48
Hex C4 7A 33 0 26 4A 17 1D 3B 30
Octal 304 172 63 0 46 112 27 35 73 60
Binary 11000100 1111010 110011 0 100110 1001010 10111 11101 111011 110000

Color Harmonies of #C47A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47A33

Black with #C47A33

Text Example


Text Example

White with #C47A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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