Html Css Color HEX #C09114 Buddha Gold

📋 copy color: '#C09114'

red 192 ◦ green 145 ◦ blue 20

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

Shades of Buddha Gold #C09114

Tints of Buddha Gold #C09114

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.62%

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

R = 53.78%
G = 40.62%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C09114 (or 0xC09114) is known color: Buddha Gold. HEX triplet: C0, 91 and 14. RGB value is (192,145,20). Sum of RGB (Red+Green+Blue) = 192+145+20=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C09114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09114 is #3F6EEB. Grayscale: #919191. Windows color (decimal): -4157164 or 1348032. OLE color: 1348032.

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

Color convert

RGB 192 145 20 -
CMYK 0 0.24 0.90 0.25
HSL 43.6º 0.81% 0.42% -
HSV(B) 43.6º 0.9% 0.75% -
XYZ 31.99 31.51 5.06 -
YUV 144.8 57.57 161.66 -
System Red Green Blue C M Y K H S L
Decimal 192 145 20 0 0.24 0.90 0.25 43.6 0.81 0.42
Hex C0 91 14 0 18 5A 19 2C 51 2A
Octal 300 221 24 0 30 132 31 54 121 52
Binary 11000000 10010001 10100 0 11000 1011010 11001 101100 1010001 101010

Color Harmonies of #C09114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09114

Black with #C09114

Text Example


Text Example

White with #C09114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09114; }

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

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

background-color css

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

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

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

border-color css

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

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

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