Html Css Color HEX #C4823C Golden Bell

📋 copy color: '#C4823C'

red 196 ◦ green 130 ◦ blue 60

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

Shades of Golden Bell #C4823C

Tints of Golden Bell #C4823C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

 BLUE value IS 60 (23.83% from 255) = 15.54%

R = 50.78%
G = 33.68%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4823C (or 0xC4823C) is known color: Golden Bell. HEX triplet: C4, 82 and 3C. RGB value is (196,130,60). Sum of RGB (Red+Green+Blue) = 196+130+60=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4823C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4823C is #3B7DC3. Grayscale: #8E8E8E. Windows color (decimal): -3898820 or 3965636. OLE color: 3965636.

HSL color Cylindrical-coordinate representation of color #C4823C: hue angle of 30.88º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4823C is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 60 -
CMYK 0 0.34 0.69 0.23
HSL 30.88º 0.54% 0.5% -
HSV(B) 30.88º 0.69% 0.77% -
XYZ 31.56 28.03 8.02 -
YUV 141.75 81.87 166.69 -
System Red Green Blue C M Y K H S L
Decimal 196 130 60 0 0.34 0.69 0.23 30.88 0.54 0.5
Hex C4 82 3C 0 22 45 17 1F 36 32
Octal 304 202 74 0 42 105 27 37 66 62
Binary 11000100 10000010 111100 0 100010 1000101 10111 11111 110110 110010

Color Harmonies of #C4823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4823C

Black with #C4823C

Text Example


Text Example

White with #C4823C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4823C; }

 p { color: rgb(196,130,60); }

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

background-color css

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

 a { background-color: rgb(196,130,60); }

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

border-color css

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

 span { border-color: rgb(196,130,60); }

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