Html Css Color HEX #C09910 Buddha Gold

📋 copy color: '#C09910'

red 192 ◦ green 153 ◦ blue 16

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

Shades of Buddha Gold #C09910

Tints of Buddha Gold #C09910

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.38%

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

R = 53.19%
G = 42.38%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#C09910 (or 0xC09910) is known color: Buddha Gold. HEX triplet: C0, 99 and 10. RGB value is (192,153,16). Sum of RGB (Red+Green+Blue) = 192+153+16=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 16 (6.64% from 255 or 4.43% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C09910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09910 is #3F66EF. Grayscale: #959595. Windows color (decimal): -4155120 or 1087936. OLE color: 1087936.

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

Color convert

RGB 192 153 16 -
CMYK 0 0.20 0.92 0.25
HSL 46.7º 0.85% 0.41% -
HSV(B) 46.7º 0.92% 0.75% -
XYZ 33.22 34.03 5.31 -
YUV 149.04 52.92 158.64 -
System Red Green Blue C M Y K H S L
Decimal 192 153 16 0 0.20 0.92 0.25 46.7 0.85 0.41
Hex C0 99 10 0 14 5C 19 2F 55 29
Octal 300 231 20 0 24 134 31 57 125 51
Binary 11000000 10011001 10000 0 10100 1011100 11001 101111 1010101 101001

Color Harmonies of #C09910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09910

Black with #C09910

Text Example


Text Example

White with #C09910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09910; }

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

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

background-color css

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

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

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

border-color css

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

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

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