Html Css Color HEX #C77C35 Golden Bell

📋 copy color: '#C77C35'

red 199 ◦ green 124 ◦ blue 53

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

Shades of Golden Bell #C77C35

Tints of Golden Bell #C77C35

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.98%

 BLUE value IS 53 (21.09% from 255) = 14.1%

R = 52.93%
G = 32.98%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C77C35 (or 0xC77C35) is known color: Golden Bell. HEX triplet: C7, 7C and 35. RGB value is (199,124,53). Sum of RGB (Red+Green+Blue) = 199+124+53=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C77C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77C35 is #3883CA. Grayscale: #8A8A8A. Windows color (decimal): -3703755 or 3505351. OLE color: 3505351.

HSL color Cylindrical-coordinate representation of color #C77C35: hue angle of 29.18º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C77C35 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 124 53 -
CMYK 0 0.38 0.73 0.22
HSL 29.18º 0.58% 0.49% -
HSV(B) 29.18º 0.73% 0.78% -
XYZ 31.4 26.81 6.89 -
YUV 138.33 79.85 171.27 -
System Red Green Blue C M Y K H S L
Decimal 199 124 53 0 0.38 0.73 0.22 29.18 0.58 0.49
Hex C7 7C 35 0 26 49 16 1D 3A 31
Octal 307 174 65 0 46 111 26 35 72 61
Binary 11000111 1111100 110101 0 100110 1001001 10110 11101 111010 110001

Color Harmonies of #C77C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77C35

Black with #C77C35

Text Example


Text Example

White with #C77C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77C35; }

 p { color: rgb(199,124,53); }

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

background-color css

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

 a { background-color: rgb(199,124,53); }

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

border-color css

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

 span { border-color: rgb(199,124,53); }

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