Html Css Color HEX #C09E19 Buddha Gold

📋 copy color: '#C09E19'

red 192 ◦ green 158 ◦ blue 25

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

Shades of Buddha Gold #C09E19

Tints of Buddha Gold #C09E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.67%

R = 51.2%
G = 42.13%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C09E19 (or 0xC09E19) is known color: Buddha Gold. HEX triplet: C0, 9E and 19. RGB value is (192,158,25). Sum of RGB (Red+Green+Blue) = 192+158+25=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C09E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09E19 is #3F61E6. Grayscale: #999999. Windows color (decimal): -4153831 or 1679040. OLE color: 1679040.

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

Color convert

RGB 192 158 25 -
CMYK 0 0.18 0.87 0.25
HSL 47.78º 0.77% 0.43% -
HSV(B) 47.78º 0.87% 0.75% -
XYZ 34.14 35.73 6.02 -
YUV 153 55.76 155.81 -
System Red Green Blue C M Y K H S L
Decimal 192 158 25 0 0.18 0.87 0.25 47.78 0.77 0.43
Hex C0 9E 19 0 12 57 19 30 4D 2B
Octal 300 236 31 0 22 127 31 60 115 53
Binary 11000000 10011110 11001 0 10010 1010111 11001 110000 1001101 101011

Color Harmonies of #C09E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09E19

Black with #C09E19

Text Example


Text Example

White with #C09E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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