Html Css Color HEX #C19714 Buddha Gold

📋 copy color: '#C19714'

red 193 ◦ green 151 ◦ blue 20

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

Shades of Buddha Gold #C19714

Tints of Buddha Gold #C19714

RGB

 RED value IS 193 (75.78% from 255) = 53.02%

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

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

R = 53.02%
G = 41.48%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C19714 (or 0xC19714) is known color: Buddha Gold. HEX triplet: C1, 97 and 14. RGB value is (193,151,20). Sum of RGB (Red+Green+Blue) = 193+151+20=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 151 (59.38% from 255 or 41.48% from 364); Blue value is 20 (8.20% from 255 or 5.49% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C19714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19714 is #3E68EB. Grayscale: #959595. Windows color (decimal): -4090092 or 1349569. OLE color: 1349569.

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

Color convert

RGB 193 151 20 -
CMYK 0 0.22 0.90 0.24
HSL 45.43º 0.81% 0.42% -
HSV(B) 45.43º 0.9% 0.76% -
XYZ 33.19 33.52 5.38 -
YUV 148.62 55.41 159.65 -
System Red Green Blue C M Y K H S L
Decimal 193 151 20 0 0.22 0.90 0.24 45.43 0.81 0.42
Hex C1 97 14 0 16 5A 18 2D 51 2A
Octal 301 227 24 0 26 132 30 55 121 52
Binary 11000001 10010111 10100 0 10110 1011010 11000 101101 1010001 101010

Color Harmonies of #C19714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19714

Black with #C19714

Text Example


Text Example

White with #C19714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19714; }

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

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

background-color css

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

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

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

border-color css

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

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

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