Html Css Color HEX #C69E20 Buddha Gold

📋 copy color: '#C69E20'

red 198 ◦ green 158 ◦ blue 32

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

Shades of Buddha Gold #C69E20

Tints of Buddha Gold #C69E20

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40.72%

 BLUE value IS 32 (12.89% from 255) = 8.25%

R = 51.03%
G = 40.72%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C69E20 (or 0xC69E20) is known color: Buddha Gold. HEX triplet: C6, 9E and 20. RGB value is (198,158,32). Sum of RGB (Red+Green+Blue) = 198+158+32=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 32 (12.89% from 255 or 8.25% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69E20 is #3961DF. Grayscale: #9C9C9C. Windows color (decimal): -3760608 or 2137798. OLE color: 2137798.

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

Color convert

RGB 198 158 32 -
CMYK 0 0.20 0.84 0.22
HSL 45.54º 0.72% 0.45% -
HSV(B) 45.54º 0.84% 0.78% -
XYZ 35.78 36.56 6.54 -
YUV 155.6 58.25 158.25 -
System Red Green Blue C M Y K H S L
Decimal 198 158 32 0 0.20 0.84 0.22 45.54 0.72 0.45
Hex C6 9E 20 0 14 54 16 2E 48 2D
Octal 306 236 40 0 24 124 26 56 110 55
Binary 11000110 10011110 100000 0 10100 1010100 10110 101110 1001000 101101

Color Harmonies of #C69E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69E20

Black with #C69E20

Text Example


Text Example

White with #C69E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69E20; }

 p { color: rgb(198,158,32); }

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

background-color css

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

 a { background-color: rgb(198,158,32); }

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

border-color css

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

 span { border-color: rgb(198,158,32); }

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