Html Css Color HEX #C08137 Golden Bell

📋 copy color: '#C08137'

red 192 ◦ green 129 ◦ blue 55

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

Shades of Golden Bell #C08137

Tints of Golden Bell #C08137

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.31%

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

R = 51.06%
G = 34.31%
B = 14.63%

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

#C08137 (or 0xC08137) is known color: Golden Bell. HEX triplet: C0, 81 and 37. RGB value is (192,129,55). Sum of RGB (Red+Green+Blue) = 192+129+55=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C08137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08137 is #3F7EC8. Grayscale: #8B8B8B. Windows color (decimal): -4161225 or 3637696. OLE color: 3637696.

HSL color Cylindrical-coordinate representation of color #C08137: hue angle of 32.41º 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 #C08137 is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 129 55 -
CMYK 0 0.33 0.71 0.25
HSL 32.41º 0.55% 0.48% -
HSV(B) 32.41º 0.71% 0.75% -
XYZ 30.28 27.18 7.27 -
YUV 139.4 80.37 165.52 -
System Red Green Blue C M Y K H S L
Decimal 192 129 55 0 0.33 0.71 0.25 32.41 0.55 0.48
Hex C0 81 37 0 21 47 19 20 37 30
Octal 300 201 67 0 41 107 31 40 67 60
Binary 11000000 10000001 110111 0 100001 1000111 11001 100000 110111 110000

Color Harmonies of #C08137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08137

Black with #C08137

Text Example


Text Example

White with #C08137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08137; }

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

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

background-color css

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

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

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

border-color css

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

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

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