Html Css Color HEX #C19F08 Buddha Gold

📋 copy color: '#C19F08'

red 193 ◦ green 159 ◦ blue 8

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

Shades of Buddha Gold #C19F08

Tints of Buddha Gold #C19F08

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.17%

 BLUE value IS 8 (3.52% from 255) = 2.22%

R = 53.61%
G = 44.17%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C19F08 (or 0xC19F08) is known color: Buddha Gold. HEX triplet: C1, 9F and 08. RGB value is (193,159,8). Sum of RGB (Red+Green+Blue) = 193+159+8=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C19F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19F08 is #3E60F7. Grayscale: #989898. Windows color (decimal): -4088056 or 565185. OLE color: 565185.

HSL color Cylindrical-coordinate representation of color #C19F08: hue angle of 48.97º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C19F08 is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 159 8 -
CMYK 0 0.18 0.96 0.24
HSL 48.97º 0.92% 0.39% -
HSV(B) 48.97º 0.96% 0.76% -
XYZ 34.43 36.15 5.39 -
YUV 151.95 46.76 157.28 -
System Red Green Blue C M Y K H S L
Decimal 193 159 8 0 0.18 0.96 0.24 48.97 0.92 0.39
Hex C1 9F 8 0 12 60 18 31 5C 27
Octal 301 237 10 0 22 140 30 61 134 47
Binary 11000001 10011111 1000 0 10010 1100000 11000 110001 1011100 100111

Color Harmonies of #C19F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19F08

Black with #C19F08

Text Example


Text Example

White with #C19F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19F08; }

 p { color: rgb(193,159,8); }

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

background-color css

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

 a { background-color: rgb(193,159,8); }

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

border-color css

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

 span { border-color: rgb(193,159,8); }

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