Html Css Color HEX #C09714 Buddha Gold

📋 copy color: '#C09714'

red 192 ◦ green 151 ◦ blue 20

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

Shades of Buddha Gold #C09714

Tints of Buddha Gold #C09714

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.6%

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

R = 52.89%
G = 41.6%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#C09714 (or 0xC09714) is known color: Buddha Gold. HEX triplet: C0, 97 and 14. RGB value is (192,151,20). Sum of RGB (Red+Green+Blue) = 192+151+20=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C09714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09714 is #3F68EB. Grayscale: #949494. Windows color (decimal): -4155628 or 1349568. OLE color: 1349568.

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

Color convert

RGB 192 151 20 -
CMYK 0 0.21 0.90 0.25
HSL 45.7º 0.81% 0.42% -
HSV(B) 45.7º 0.9% 0.75% -
XYZ 32.93 33.39 5.37 -
YUV 148.33 55.58 159.15 -
System Red Green Blue C M Y K H S L
Decimal 192 151 20 0 0.21 0.90 0.25 45.7 0.81 0.42
Hex C0 97 14 0 15 5A 19 2E 51 2A
Octal 300 227 24 0 25 132 31 56 121 52
Binary 11000000 10010111 10100 0 10101 1011010 11001 101110 1010001 101010

Color Harmonies of #C09714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C09714

Black with #C09714

Text Example


Text Example

White with #C09714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C09714; }

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

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

background-color css

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

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

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

border-color css

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

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

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