Html Css Color HEX #C09E20 Buddha Gold

📋 copy color: '#C09E20'

red 192 ◦ green 158 ◦ blue 32

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

Shades of Buddha Gold #C09E20

Tints of Buddha Gold #C09E20

RGB

 RED value IS 192 (75.39% from 255) = 50.26%

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

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

R = 50.26%
G = 41.36%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#C09E20 (or 0xC09E20) is known color: Buddha Gold. HEX triplet: C0, 9E and 20. RGB value is (192,158,32). Sum of RGB (Red+Green+Blue) = 192+158+32=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09E20 is #3F61DF. Grayscale: #9A9A9A. Windows color (decimal): -4153824 or 2137792. OLE color: 2137792.

HSL color Cylindrical-coordinate representation of color #C09E20: hue angle of 47.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C09E20 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 158 32 -
CMYK 0 0.18 0.83 0.25
HSL 47.25º 0.71% 0.44% -
HSV(B) 47.25º 0.83% 0.75% -
XYZ 34.23 35.76 6.47 -
YUV 153.8 59.26 155.25 -
System Red Green Blue C M Y K H S L
Decimal 192 158 32 0 0.18 0.83 0.25 47.25 0.71 0.44
Hex C0 9E 20 0 12 53 19 2F 47 2C
Octal 300 236 40 0 22 123 31 57 107 54
Binary 11000000 10011110 100000 0 10010 1010011 11001 101111 1000111 101100

Color Harmonies of #C09E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E20

Black with #C09E20

Text Example


Text Example

White with #C09E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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