Html Css Color HEX #C78338 Golden Bell

📋 copy color: '#C78338'

red 199 ◦ green 131 ◦ blue 56

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

Shades of Golden Bell #C78338

Tints of Golden Bell #C78338

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.51%

R = 51.55%
G = 33.94%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C78338 (or 0xC78338) is known color: Golden Bell. HEX triplet: C7, 83 and 38. RGB value is (199,131,56). Sum of RGB (Red+Green+Blue) = 199+131+56=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C78338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78338 is #387CC7. Grayscale: #8F8F8F. Windows color (decimal): -3701960 or 3703751. OLE color: 3703751.

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

Color convert

RGB 199 131 56 -
CMYK 0 0.34 0.72 0.22
HSL 31.47º 0.56% 0.5% -
HSV(B) 31.47º 0.72% 0.78% -
XYZ 32.38 28.66 7.57 -
YUV 142.78 79.03 168.1 -
System Red Green Blue C M Y K H S L
Decimal 199 131 56 0 0.34 0.72 0.22 31.47 0.56 0.5
Hex C7 83 38 0 22 48 16 1F 38 32
Octal 307 203 70 0 42 110 26 37 70 62
Binary 11000111 10000011 111000 0 100010 1001000 10110 11111 111000 110010

Color Harmonies of #C78338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78338

Black with #C78338

Text Example


Text Example

White with #C78338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78338; }

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

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

background-color css

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

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

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

border-color css

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

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

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