Html Css Color HEX #C09613 Buddha Gold

📋 copy color: '#C09613'

red 192 ◦ green 150 ◦ blue 19

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

Shades of Buddha Gold #C09613

Tints of Buddha Gold #C09613

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.55%

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

R = 53.19%
G = 41.55%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C09613 (or 0xC09613) is known color: Buddha Gold. HEX triplet: C0, 96 and 13. RGB value is (192,150,19). Sum of RGB (Red+Green+Blue) = 192+150+19=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C09613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09613 is #3F69EC. Grayscale: #949494. Windows color (decimal): -4155885 or 1283776. OLE color: 1283776.

HSL color Cylindrical-coordinate representation of color #C09613: hue angle of 45.43º 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 #C09613 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 150 19 -
CMYK 0 0.22 0.90 0.25
HSL 45.43º 0.82% 0.41% -
HSV(B) 45.43º 0.9% 0.75% -
XYZ 32.76 33.07 5.27 -
YUV 147.62 55.41 159.65 -
System Red Green Blue C M Y K H S L
Decimal 192 150 19 0 0.22 0.90 0.25 45.43 0.82 0.41
Hex C0 96 13 0 16 5A 19 2D 52 29
Octal 300 226 23 0 26 132 31 55 122 51
Binary 11000000 10010110 10011 0 10110 1011010 11001 101101 1010010 101001

Color Harmonies of #C09613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09613

Black with #C09613

Text Example


Text Example

White with #C09613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09613; }

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

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

background-color css

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

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

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

border-color css

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

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

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