Html Css Color HEX #C68034 Golden Bell

📋 copy color: '#C68034'

red 198 ◦ green 128 ◦ blue 52

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

Shades of Golden Bell #C68034

Tints of Golden Bell #C68034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.76%

R = 52.38%
G = 33.86%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C68034 (or 0xC68034) is known color: Golden Bell. HEX triplet: C6, 80 and 34. RGB value is (198,128,52). Sum of RGB (Red+Green+Blue) = 198+128+52=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C68034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68034 is #397FCB. Grayscale: #8C8C8C. Windows color (decimal): -3768268 or 3440838. OLE color: 3440838.

HSL color Cylindrical-coordinate representation of color #C68034: hue angle of 31.23º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C68034 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 52 -
CMYK 0 0.35 0.74 0.22
HSL 31.23º 0.58% 0.49% -
HSV(B) 31.23º 0.74% 0.78% -
XYZ 31.63 27.69 6.93 -
YUV 140.27 78.19 169.18 -
System Red Green Blue C M Y K H S L
Decimal 198 128 52 0 0.35 0.74 0.22 31.23 0.58 0.49
Hex C6 80 34 0 23 4A 16 1F 3A 31
Octal 306 200 64 0 43 112 26 37 72 61
Binary 11000110 10000000 110100 0 100011 1001010 10110 11111 111010 110001

Color Harmonies of #C68034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68034

Black with #C68034

Text Example


Text Example

White with #C68034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68034; }

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

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

background-color css

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

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

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

border-color css

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

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

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