Html Css Color HEX #C09713 Buddha Gold

📋 copy color: '#C09713'

red 192 ◦ green 151 ◦ blue 19

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

Shades of Buddha Gold #C09713

Tints of Buddha Gold #C09713

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.71%

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

R = 53.04%
G = 41.71%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C09713 (or 0xC09713) is known color: Buddha Gold. HEX triplet: C0, 97 and 13. RGB value is (192,151,19). Sum of RGB (Red+Green+Blue) = 192+151+19=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C09713 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09713 is #3F68EC. Grayscale: #949494. Windows color (decimal): -4155629 or 1284032. OLE color: 1284032.

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

Color convert

RGB 192 151 19 -
CMYK 0 0.21 0.90 0.25
HSL 45.78º 0.82% 0.41% -
HSV(B) 45.78º 0.9% 0.75% -
XYZ 32.92 33.39 5.33 -
YUV 148.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 192 151 19 0 0.21 0.90 0.25 45.78 0.82 0.41
Hex C0 97 13 0 15 5A 19 2E 52 29
Octal 300 227 23 0 25 132 31 56 122 51
Binary 11000000 10010111 10011 0 10101 1011010 11001 101110 1010010 101001

Color Harmonies of #C09713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09713

Black with #C09713

Text Example


Text Example

White with #C09713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09713; }

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

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

background-color css

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

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

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

border-color css

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

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

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