Html Css Color HEX #C09E05 Buddha Gold

📋 copy color: '#C09E05'

red 192 ◦ green 158 ◦ blue 5

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

Shades of Buddha Gold #C09E05

Tints of Buddha Gold #C09E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.41%

R = 54.08%
G = 44.51%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C09E05 (or 0xC09E05) is known color: Buddha Gold. HEX triplet: C0, 9E and 05. RGB value is (192,158,5). Sum of RGB (Red+Green+Blue) = 192+158+5=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 158 (62.11% from 255 or 44.51% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09E05 is #3F61FA. Grayscale: #979797. Windows color (decimal): -4153851 or 368320. OLE color: 368320.

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

Color convert

RGB 192 158 5 -
CMYK 0 0.18 0.97 0.25
HSL 49.09º 0.95% 0.39% -
HSV(B) 49.09º 0.97% 0.75% -
XYZ 33.99 35.67 5.24 -
YUV 150.72 45.76 157.44 -
System Red Green Blue C M Y K H S L
Decimal 192 158 5 0 0.18 0.97 0.25 49.09 0.95 0.39
Hex C0 9E 5 0 12 61 19 31 5F 27
Octal 300 236 5 0 22 141 31 61 137 47
Binary 11000000 10011110 101 0 10010 1100001 11001 110001 1011111 100111

Color Harmonies of #C09E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E05

Black with #C09E05

Text Example


Text Example

White with #C09E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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