Html Css Color HEX #C09A10 Buddha Gold

📋 copy color: '#C09A10'

red 192 ◦ green 154 ◦ blue 16

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

Shades of Buddha Gold #C09A10

Tints of Buddha Gold #C09A10

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.54%

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

R = 53.04%
G = 42.54%
B = 4.42%

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

#C09A10 (or 0xC09A10) is known color: Buddha Gold. HEX triplet: C0, 9A and 10. RGB value is (192,154,16). Sum of RGB (Red+Green+Blue) = 192+154+16=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09A10 is #3F65EF. Grayscale: #969696. Windows color (decimal): -4154864 or 1088192. OLE color: 1088192.

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

Color convert

RGB 192 154 16 -
CMYK 0 0.20 0.92 0.25
HSL 47.05º 0.85% 0.41% -
HSV(B) 47.05º 0.92% 0.75% -
XYZ 33.39 34.36 5.36 -
YUV 149.63 52.59 158.22 -
System Red Green Blue C M Y K H S L
Decimal 192 154 16 0 0.20 0.92 0.25 47.05 0.85 0.41
Hex C0 9A 10 0 14 5C 19 2F 55 29
Octal 300 232 20 0 24 134 31 57 125 51
Binary 11000000 10011010 10000 0 10100 1011100 11001 101111 1010101 101001

Color Harmonies of #C09A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A10

Black with #C09A10

Text Example


Text Example

White with #C09A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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