Html Css Color HEX #C77935 Golden Bell

📋 copy color: '#C77935'

red 199 ◦ green 121 ◦ blue 53

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

Shades of Golden Bell #C77935

Tints of Golden Bell #C77935

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.44%

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

R = 53.35%
G = 32.44%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C77935 (or 0xC77935) is known color: Golden Bell. HEX triplet: C7, 79 and 35. RGB value is (199,121,53). Sum of RGB (Red+Green+Blue) = 199+121+53=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C77935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77935 is #3886CA. Grayscale: #888888. Windows color (decimal): -3704523 or 3504583. OLE color: 3504583.

HSL color Cylindrical-coordinate representation of color #C77935: hue angle of 27.95º 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 #C77935 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 121 53 -
CMYK 0 0.39 0.73 0.22
HSL 27.95º 0.58% 0.49% -
HSV(B) 27.95º 0.73% 0.78% -
XYZ 31.03 26.07 6.77 -
YUV 136.57 80.84 172.53 -
System Red Green Blue C M Y K H S L
Decimal 199 121 53 0 0.39 0.73 0.22 27.95 0.58 0.49
Hex C7 79 35 0 27 49 16 1C 3A 31
Octal 307 171 65 0 47 111 26 34 72 61
Binary 11000111 1111001 110101 0 100111 1001001 10110 11100 111010 110001

Color Harmonies of #C77935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77935

Black with #C77935

Text Example


Text Example

White with #C77935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77935; }

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

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

background-color css

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

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

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

border-color css

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

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

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