Html Css Color HEX #C68038 Golden Bell

📋 copy color: '#C68038'

red 198 ◦ green 128 ◦ blue 56

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

Shades of Golden Bell #C68038

Tints of Golden Bell #C68038

RGB

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

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

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

R = 51.83%
G = 33.51%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C68038 (or 0xC68038) is known color: Golden Bell. HEX triplet: C6, 80 and 38. RGB value is (198,128,56). Sum of RGB (Red+Green+Blue) = 198+128+56=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C68038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68038 is #397FC7. Grayscale: #8D8D8D. Windows color (decimal): -3768264 or 3702982. OLE color: 3702982.

HSL color Cylindrical-coordinate representation of color #C68038: hue angle of 30.42º 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 #C68038 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 56 -
CMYK 0 0.35 0.72 0.22
HSL 30.42º 0.56% 0.5% -
HSV(B) 30.42º 0.72% 0.78% -
XYZ 31.72 27.73 7.42 -
YUV 140.72 80.19 168.85 -
System Red Green Blue C M Y K H S L
Decimal 198 128 56 0 0.35 0.72 0.22 30.42 0.56 0.5
Hex C6 80 38 0 23 48 16 1E 38 32
Octal 306 200 70 0 43 110 26 36 70 62
Binary 11000110 10000000 111000 0 100011 1001000 10110 11110 111000 110010

Color Harmonies of #C68038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68038

Black with #C68038

Text Example


Text Example

White with #C68038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68038; }

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

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

background-color css

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

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

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

border-color css

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

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

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