Html Css Color HEX #C7833A Golden Bell

📋 copy color: '#C7833A'

red 199 ◦ green 131 ◦ blue 58

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

Shades of Golden Bell #C7833A

Tints of Golden Bell #C7833A

RGB

 RED value IS 199 (78.13% from 255) = 51.29%

 GREEN value IS 131 (51.56% from 255) = 33.76%

 BLUE value IS 58 (23.05% from 255) = 14.95%

R = 51.29%
G = 33.76%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7833A (or 0xC7833A) is known color: Golden Bell. HEX triplet: C7, 83 and 3A. RGB value is (199,131,58). Sum of RGB (Red+Green+Blue) = 199+131+58=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7833A is #387CC5. Grayscale: #8F8F8F. Windows color (decimal): -3701958 or 3834823. OLE color: 3834823.

HSL color Cylindrical-coordinate representation of color #C7833A: hue angle of 31.06º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7833A is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 131 58 -
CMYK 0 0.34 0.71 0.22
HSL 31.06º 0.56% 0.5% -
HSV(B) 31.06º 0.71% 0.78% -
XYZ 32.43 28.68 7.83 -
YUV 143.01 80.03 167.94 -
System Red Green Blue C M Y K H S L
Decimal 199 131 58 0 0.34 0.71 0.22 31.06 0.56 0.5
Hex C7 83 3A 0 22 47 16 1F 38 32
Octal 307 203 72 0 42 107 26 37 70 62
Binary 11000111 10000011 111010 0 100010 1000111 10110 11111 111000 110010

Color Harmonies of #C7833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7833A

Black with #C7833A

Text Example


Text Example

White with #C7833A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7833A; }

 p { color: rgb(199,131,58); }

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

background-color css

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

 a { background-color: rgb(199,131,58); }

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

border-color css

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

 span { border-color: rgb(199,131,58); }

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