Html Css Color HEX #C67E33 Golden Bell

📋 copy color: '#C67E33'

red 198 ◦ green 126 ◦ blue 51

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

Shades of Golden Bell #C67E33

Tints of Golden Bell #C67E33

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.6%

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

R = 52.8%
G = 33.6%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C67E33 (or 0xC67E33) is known color: Golden Bell. HEX triplet: C6, 7E and 33. RGB value is (198,126,51). Sum of RGB (Red+Green+Blue) = 198+126+51=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C67E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C67E33 is #3981CC. Grayscale: #8B8B8B. Windows color (decimal): -3768781 or 3374790. OLE color: 3374790.

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

Color convert

RGB 198 126 51 -
CMYK 0 0.36 0.74 0.22
HSL 30.61º 0.59% 0.49% -
HSV(B) 30.61º 0.74% 0.78% -
XYZ 31.35 27.17 6.72 -
YUV 138.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 198 126 51 0 0.36 0.74 0.22 30.61 0.59 0.49
Hex C6 7E 33 0 24 4A 16 1F 3B 31
Octal 306 176 63 0 44 112 26 37 73 61
Binary 11000110 1111110 110011 0 100100 1001010 10110 11111 111011 110001

Color Harmonies of #C67E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67E33

Black with #C67E33

Text Example


Text Example

White with #C67E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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