Html Css Color HEX #C08138 Golden Bell

📋 copy color: '#C08138'

red 192 ◦ green 129 ◦ blue 56

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

Shades of Golden Bell #C08138

Tints of Golden Bell #C08138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 14.85%

R = 50.93%
G = 34.22%
B = 14.85%

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

#C08138 (or 0xC08138) is known color: Golden Bell. HEX triplet: C0, 81 and 38. RGB value is (192,129,56). Sum of RGB (Red+Green+Blue) = 192+129+56=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C08138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08138 is #3F7EC7. Grayscale: #8B8B8B. Windows color (decimal): -4161224 or 3703232. OLE color: 3703232.

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

Color convert

RGB 192 129 56 -
CMYK 0 0.33 0.71 0.25
HSL 32.21º 0.55% 0.49% -
HSV(B) 32.21º 0.71% 0.75% -
XYZ 30.3 27.19 7.39 -
YUV 139.52 80.87 165.44 -
System Red Green Blue C M Y K H S L
Decimal 192 129 56 0 0.33 0.71 0.25 32.21 0.55 0.49
Hex C0 81 38 0 21 47 19 20 37 31
Octal 300 201 70 0 41 107 31 40 67 61
Binary 11000000 10000001 111000 0 100001 1000111 11001 100000 110111 110001

Color Harmonies of #C08138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08138

Black with #C08138

Text Example


Text Example

White with #C08138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08138; }

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

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

background-color css

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

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

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

border-color css

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

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

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