Html Css Color HEX #C09413 Buddha Gold

📋 copy color: '#C09413'

red 192 ◦ green 148 ◦ blue 19

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

Shades of Buddha Gold #C09413

Tints of Buddha Gold #C09413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.23%

 BLUE value IS 19 (7.81% from 255) = 5.29%

R = 53.48%
G = 41.23%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C09413 (or 0xC09413) is known color: Buddha Gold. HEX triplet: C0, 94 and 13. RGB value is (192,148,19). Sum of RGB (Red+Green+Blue) = 192+148+19=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C09413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09413 is #3F6BEC. Grayscale: #939393. Windows color (decimal): -4156397 or 1283264. OLE color: 1283264.

HSL color Cylindrical-coordinate representation of color #C09413: hue angle of 44.74º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C09413 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 148 19 -
CMYK 0 0.23 0.90 0.25
HSL 44.74º 0.82% 0.41% -
HSV(B) 44.74º 0.9% 0.75% -
XYZ 32.45 32.43 5.17 -
YUV 146.45 56.08 160.49 -
System Red Green Blue C M Y K H S L
Decimal 192 148 19 0 0.23 0.90 0.25 44.74 0.82 0.41
Hex C0 94 13 0 17 5A 19 2D 52 29
Octal 300 224 23 0 27 132 31 55 122 51
Binary 11000000 10010100 10011 0 10111 1011010 11001 101101 1010010 101001

Color Harmonies of #C09413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09413

Black with #C09413

Text Example


Text Example

White with #C09413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09413; }

 p { color: rgb(192,148,19); }

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

background-color css

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

 a { background-color: rgb(192,148,19); }

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

border-color css

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

 span { border-color: rgb(192,148,19); }

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