Html Css Color HEX #C09A14 Buddha Gold

📋 copy color: '#C09A14'

red 192 ◦ green 154 ◦ blue 20

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

Shades of Buddha Gold #C09A14

Tints of Buddha Gold #C09A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.46%

R = 52.46%
G = 42.08%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C09A14 (or 0xC09A14) is known color: Buddha Gold. HEX triplet: C0, 9A and 14. RGB value is (192,154,20). Sum of RGB (Red+Green+Blue) = 192+154+20=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09A14 is #3F65EB. Grayscale: #969696. Windows color (decimal): -4154860 or 1350336. OLE color: 1350336.

HSL color Cylindrical-coordinate representation of color #C09A14: hue angle of 46.74º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C09A14 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 154 20 -
CMYK 0 0.20 0.90 0.25
HSL 46.74º 0.81% 0.42% -
HSV(B) 46.74º 0.9% 0.75% -
XYZ 33.42 34.37 5.53 -
YUV 150.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 192 154 20 0 0.20 0.90 0.25 46.74 0.81 0.42
Hex C0 9A 14 0 14 5A 19 2F 51 2A
Octal 300 232 24 0 24 132 31 57 121 52
Binary 11000000 10011010 10100 0 10100 1011010 11001 101111 1010001 101010

Color Harmonies of #C09A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09A14

Black with #C09A14

Text Example


Text Example

White with #C09A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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