Html Css Color HEX #C09614 Buddha Gold

📋 copy color: '#C09614'

red 192 ◦ green 150 ◦ blue 20

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

Shades of Buddha Gold #C09614

Tints of Buddha Gold #C09614

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.44%

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

R = 53.04%
G = 41.44%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C09614 (or 0xC09614) is known color: Buddha Gold. HEX triplet: C0, 96 and 14. RGB value is (192,150,20). Sum of RGB (Red+Green+Blue) = 192+150+20=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C09614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09614 is #3F69EB. Grayscale: #949494. Windows color (decimal): -4155884 or 1349312. OLE color: 1349312.

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

Color convert

RGB 192 150 20 -
CMYK 0 0.22 0.90 0.25
HSL 45.35º 0.81% 0.42% -
HSV(B) 45.35º 0.9% 0.75% -
XYZ 32.77 33.07 5.32 -
YUV 147.74 55.91 159.57 -
System Red Green Blue C M Y K H S L
Decimal 192 150 20 0 0.22 0.90 0.25 45.35 0.81 0.42
Hex C0 96 14 0 16 5A 19 2D 51 2A
Octal 300 226 24 0 26 132 31 55 121 52
Binary 11000000 10010110 10100 0 10110 1011010 11001 101101 1010001 101010

Color Harmonies of #C09614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09614

Black with #C09614

Text Example


Text Example

White with #C09614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09614; }

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

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

background-color css

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

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

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

border-color css

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

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

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