Html Css Color HEX #C19218 Buddha Gold

📋 copy color: '#C19218'

red 193 ◦ green 146 ◦ blue 24

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

Shades of Buddha Gold #C19218

Tints of Buddha Gold #C19218

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.22%

 BLUE value IS 24 (9.77% from 255) = 6.61%

R = 53.17%
G = 40.22%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C19218 (or 0xC19218) is known color: Buddha Gold. HEX triplet: C1, 92 and 18. RGB value is (193,146,24). Sum of RGB (Red+Green+Blue) = 193+146+24=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C19218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19218 is #3E6DE7. Grayscale: #929292. Windows color (decimal): -4091368 or 1610433. OLE color: 1610433.

HSL color Cylindrical-coordinate representation of color #C19218: hue angle of 43.31º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C19218 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 146 24 -
CMYK 0 0.24 0.88 0.24
HSL 43.31º 0.78% 0.43% -
HSV(B) 43.31º 0.88% 0.76% -
XYZ 32.44 31.96 5.32 -
YUV 146.15 59.07 161.42 -
System Red Green Blue C M Y K H S L
Decimal 193 146 24 0 0.24 0.88 0.24 43.31 0.78 0.43
Hex C1 92 18 0 18 58 18 2B 4E 2B
Octal 301 222 30 0 30 130 30 53 116 53
Binary 11000001 10010010 11000 0 11000 1011000 11000 101011 1001110 101011

Color Harmonies of #C19218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19218

Black with #C19218

Text Example


Text Example

White with #C19218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19218; }

 p { color: rgb(193,146,24); }

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

background-color css

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

 a { background-color: rgb(193,146,24); }

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

border-color css

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

 span { border-color: rgb(193,146,24); }

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