Html Css Color HEX #C09E03 Buddha Gold

📋 copy color: '#C09E03'

red 192 ◦ green 158 ◦ blue 3

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

Shades of Buddha Gold #C09E03

Tints of Buddha Gold #C09E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 54.39%
G = 44.76%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#C09E03 (or 0xC09E03) is known color: Buddha Gold. HEX triplet: C0, 9E and 03. RGB value is (192,158,3). Sum of RGB (Red+Green+Blue) = 192+158+3=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09E03 is #3F61FC. Grayscale: #979797. Windows color (decimal): -4153853 or 237248. OLE color: 237248.

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

Color convert

RGB 192 158 3 -
CMYK 0 0.18 0.98 0.25
HSL 49.21º 0.97% 0.38% -
HSV(B) 49.21º 0.98% 0.75% -
XYZ 33.98 35.67 5.18 -
YUV 150.5 44.76 157.6 -
System Red Green Blue C M Y K H S L
Decimal 192 158 3 0 0.18 0.98 0.25 49.21 0.97 0.38
Hex C0 9E 3 0 12 62 19 31 61 26
Octal 300 236 3 0 22 142 31 61 141 46
Binary 11000000 10011110 11 0 10010 1100010 11001 110001 1100001 100110

Color Harmonies of #C09E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E03

Black with #C09E03

Text Example


Text Example

White with #C09E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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