Html Css Color HEX #C68238 Golden Bell

📋 copy color: '#C68238'

red 198 ◦ green 130 ◦ blue 56

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

Shades of Golden Bell #C68238

Tints of Golden Bell #C68238

RGB

 RED value IS 198 (77.73% from 255) = 51.56%

 GREEN value IS 130 (51.17% from 255) = 33.85%

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

R = 51.56%
G = 33.85%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C68238 (or 0xC68238) is known color: Golden Bell. HEX triplet: C6, 82 and 38. RGB value is (198,130,56). Sum of RGB (Red+Green+Blue) = 198+130+56=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C68238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68238 is #397DC7. Grayscale: #8E8E8E. Windows color (decimal): -3767752 or 3703494. OLE color: 3703494.

HSL color Cylindrical-coordinate representation of color #C68238: hue angle of 31.27º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C68238 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 130 56 -
CMYK 0 0.34 0.72 0.22
HSL 31.27º 0.56% 0.5% -
HSV(B) 31.27º 0.72% 0.78% -
XYZ 31.99 28.26 7.51 -
YUV 141.9 79.53 168.02 -
System Red Green Blue C M Y K H S L
Decimal 198 130 56 0 0.34 0.72 0.22 31.27 0.56 0.5
Hex C6 82 38 0 22 48 16 1F 38 32
Octal 306 202 70 0 42 110 26 37 70 62
Binary 11000110 10000010 111000 0 100010 1001000 10110 11111 111000 110010

Color Harmonies of #C68238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68238

Black with #C68238

Text Example


Text Example

White with #C68238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68238; }

 p { color: rgb(198,130,56); }

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

background-color css

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

 a { background-color: rgb(198,130,56); }

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

border-color css

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

 span { border-color: rgb(198,130,56); }

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