Html Css Color HEX #C68033 Golden Bell

📋 copy color: '#C68033'

red 198 ◦ green 128 ◦ blue 51

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

Shades of Golden Bell #C68033

Tints of Golden Bell #C68033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.53%

R = 52.52%
G = 33.95%
B = 13.53%

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

#C68033 (or 0xC68033) is known color: Golden Bell. HEX triplet: C6, 80 and 33. RGB value is (198,128,51). Sum of RGB (Red+Green+Blue) = 198+128+51=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C68033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68033 is #397FCC. Grayscale: #8C8C8C. Windows color (decimal): -3768269 or 3375302. OLE color: 3375302.

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

Color convert

RGB 198 128 51 -
CMYK 0 0.35 0.74 0.22
HSL 31.43º 0.59% 0.49% -
HSV(B) 31.43º 0.74% 0.78% -
XYZ 31.61 27.68 6.81 -
YUV 140.15 77.69 169.26 -
System Red Green Blue C M Y K H S L
Decimal 198 128 51 0 0.35 0.74 0.22 31.43 0.59 0.49
Hex C6 80 33 0 23 4A 16 1F 3B 31
Octal 306 200 63 0 43 112 26 37 73 61
Binary 11000110 10000000 110011 0 100011 1001010 10110 11111 111011 110001

Color Harmonies of #C68033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68033

Black with #C68033

Text Example


Text Example

White with #C68033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68033; }

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

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

background-color css

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

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

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

border-color css

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

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

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