Html Css Color HEX #C19814 Buddha Gold

📋 copy color: '#C19814'

red 193 ◦ green 152 ◦ blue 20

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

Shades of Buddha Gold #C19814

Tints of Buddha Gold #C19814

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.64%

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

R = 52.88%
G = 41.64%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C19814 (or 0xC19814) is known color: Buddha Gold. HEX triplet: C1, 98 and 14. RGB value is (193,152,20). Sum of RGB (Red+Green+Blue) = 193+152+20=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C19814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19814 is #3E67EB. Grayscale: #959595. Windows color (decimal): -4089836 or 1349825. OLE color: 1349825.

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

Color convert

RGB 193 152 20 -
CMYK 0 0.21 0.90 0.24
HSL 45.78º 0.81% 0.42% -
HSV(B) 45.78º 0.9% 0.76% -
XYZ 33.35 33.84 5.44 -
YUV 149.21 55.08 159.23 -
System Red Green Blue C M Y K H S L
Decimal 193 152 20 0 0.21 0.90 0.24 45.78 0.81 0.42
Hex C1 98 14 0 15 5A 18 2E 51 2A
Octal 301 230 24 0 25 132 30 56 121 52
Binary 11000001 10011000 10100 0 10101 1011010 11000 101110 1010001 101010

Color Harmonies of #C19814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19814

Black with #C19814

Text Example


Text Example

White with #C19814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19814; }

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

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

background-color css

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

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

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

border-color css

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

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

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