Html Css Color HEX #C08037 Golden Bell

📋 copy color: '#C08037'

red 192 ◦ green 128 ◦ blue 55

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

Shades of Golden Bell #C08037

Tints of Golden Bell #C08037

RGB

 RED value IS 192 (75.39% from 255) = 51.2%

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

 BLUE value IS 55 (21.88% from 255) = 14.67%

R = 51.2%
G = 34.13%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C08037 (or 0xC08037) is known color: Golden Bell. HEX triplet: C0, 80 and 37. RGB value is (192,128,55). Sum of RGB (Red+Green+Blue) = 192+128+55=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C08037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08037 is #3F7FC8. Grayscale: #8B8B8B. Windows color (decimal): -4161481 or 3637440. OLE color: 3637440.

HSL color Cylindrical-coordinate representation of color #C08037: hue angle of 31.97º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C08037 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 55 -
CMYK 0 0.33 0.71 0.25
HSL 31.97º 0.55% 0.48% -
HSV(B) 31.97º 0.71% 0.75% -
XYZ 30.15 26.92 7.22 -
YUV 138.81 80.7 165.94 -
System Red Green Blue C M Y K H S L
Decimal 192 128 55 0 0.33 0.71 0.25 31.97 0.55 0.48
Hex C0 80 37 0 21 47 19 20 37 30
Octal 300 200 67 0 41 107 31 40 67 60
Binary 11000000 10000000 110111 0 100001 1000111 11001 100000 110111 110000

Color Harmonies of #C08037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08037

Black with #C08037

Text Example


Text Example

White with #C08037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08037; }

 p { color: rgb(192,128,55); }

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

background-color css

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

 a { background-color: rgb(192,128,55); }

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

border-color css

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

 span { border-color: rgb(192,128,55); }

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