Html Css Color HEX #C28035 Golden Bell

📋 copy color: '#C28035'

red 194 ◦ green 128 ◦ blue 53

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

Shades of Golden Bell #C28035

Tints of Golden Bell #C28035

RGB

 RED value IS 194 (76.17% from 255) = 51.73%

 GREEN value IS 128 (50.39% from 255) = 34.13%

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

R = 51.73%
G = 34.13%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C28035 (or 0xC28035) is known color: Golden Bell. HEX triplet: C2, 80 and 35. RGB value is (194,128,53). Sum of RGB (Red+Green+Blue) = 194+128+53=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C28035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28035 is #3D7FCA. Grayscale: #8B8B8B. Windows color (decimal): -4030411 or 3506370. OLE color: 3506370.

HSL color Cylindrical-coordinate representation of color #C28035: hue angle of 31.91º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C28035 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 128 53 -
CMYK 0 0.34 0.73 0.24
HSL 31.91º 0.57% 0.48% -
HSV(B) 31.91º 0.73% 0.76% -
XYZ 30.61 27.16 7 -
YUV 139.18 79.37 167.1 -
System Red Green Blue C M Y K H S L
Decimal 194 128 53 0 0.34 0.73 0.24 31.91 0.57 0.48
Hex C2 80 35 0 22 49 18 20 39 30
Octal 302 200 65 0 42 111 30 40 71 60
Binary 11000010 10000000 110101 0 100010 1001001 11000 100000 111001 110000

Color Harmonies of #C28035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28035

Black with #C28035

Text Example


Text Example

White with #C28035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28035; }

 p { color: rgb(194,128,53); }

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

background-color css

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

 a { background-color: rgb(194,128,53); }

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

border-color css

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

 span { border-color: rgb(194,128,53); }

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