Html Css Color HEX #C09710 Buddha Gold

📋 copy color: '#C09710'

red 192 ◦ green 151 ◦ blue 16

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

Shades of Buddha Gold #C09710

Tints of Buddha Gold #C09710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.46%

R = 53.48%
G = 42.06%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C09710 (or 0xC09710) is known color: Buddha Gold. HEX triplet: C0, 97 and 10. RGB value is (192,151,16). Sum of RGB (Red+Green+Blue) = 192+151+16=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 16 (6.64% from 255 or 4.46% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C09710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09710 is #3F68EF. Grayscale: #949494. Windows color (decimal): -4155632 or 1087424. OLE color: 1087424.

HSL color Cylindrical-coordinate representation of color #C09710: hue angle of 46.02º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C09710 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 151 16 -
CMYK 0 0.21 0.92 0.25
HSL 46.02º 0.85% 0.41% -
HSV(B) 46.02º 0.92% 0.75% -
XYZ 32.9 33.38 5.2 -
YUV 147.87 53.58 159.48 -
System Red Green Blue C M Y K H S L
Decimal 192 151 16 0 0.21 0.92 0.25 46.02 0.85 0.41
Hex C0 97 10 0 15 5C 19 2E 55 29
Octal 300 227 20 0 25 134 31 56 125 51
Binary 11000000 10010111 10000 0 10101 1011100 11001 101110 1010101 101001

Color Harmonies of #C09710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09710

Black with #C09710

Text Example


Text Example

White with #C09710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09710; }

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

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

background-color css

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

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

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

border-color css

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

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

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