Html Css Color HEX #C19618 Buddha Gold

📋 copy color: '#C19618'

red 193 ◦ green 150 ◦ blue 24

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

Shades of Buddha Gold #C19618

Tints of Buddha Gold #C19618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.87%

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

R = 52.59%
G = 40.87%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C19618 (or 0xC19618) is known color: Buddha Gold. HEX triplet: C1, 96 and 18. RGB value is (193,150,24). Sum of RGB (Red+Green+Blue) = 193+150+24=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C19618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19618 is #3E69E7. Grayscale: #959595. Windows color (decimal): -4090344 or 1611457. OLE color: 1611457.

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

Color convert

RGB 193 150 24 -
CMYK 0 0.22 0.88 0.24
HSL 44.73º 0.78% 0.43% -
HSV(B) 44.73º 0.88% 0.76% -
XYZ 33.06 33.22 5.53 -
YUV 148.49 57.75 159.75 -
System Red Green Blue C M Y K H S L
Decimal 193 150 24 0 0.22 0.88 0.24 44.73 0.78 0.43
Hex C1 96 18 0 16 58 18 2D 4E 2B
Octal 301 226 30 0 26 130 30 55 116 53
Binary 11000001 10010110 11000 0 10110 1011000 11000 101101 1001110 101011

Color Harmonies of #C19618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19618

Black with #C19618

Text Example


Text Example

White with #C19618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19618; }

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

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

background-color css

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

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

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

border-color css

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

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

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