Html Css Color HEX #C19D0F Buddha Gold

📋 copy color: '#C19D0F'

red 193 ◦ green 157 ◦ blue 15

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

Shades of Buddha Gold #C19D0F

Tints of Buddha Gold #C19D0F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.01%

 BLUE value IS 15 (6.25% from 255) = 4.11%

R = 52.88%
G = 43.01%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C19D0F (or 0xC19D0F) is known color: Buddha Gold. HEX triplet: C1, 9D and 0F. RGB value is (193,157,15). Sum of RGB (Red+Green+Blue) = 193+157+15=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19D0F is #3E62F0. Grayscale: #989898. Windows color (decimal): -4088561 or 1023425. OLE color: 1023425.

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

Color convert

RGB 193 157 15 -
CMYK 0 0.19 0.92 0.24
HSL 47.87º 0.86% 0.41% -
HSV(B) 47.87º 0.92% 0.76% -
XYZ 34.14 35.49 5.5 -
YUV 151.58 50.93 157.55 -
System Red Green Blue C M Y K H S L
Decimal 193 157 15 0 0.19 0.92 0.24 47.87 0.86 0.41
Hex C1 9D F 0 13 5C 18 30 56 29
Octal 301 235 17 0 23 134 30 60 126 51
Binary 11000001 10011101 1111 0 10011 1011100 11000 110000 1010110 101001

Color Harmonies of #C19D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19D0F

Black with #C19D0F

Text Example


Text Example

White with #C19D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19D0F; }

 p { color: rgb(193,157,15); }

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

background-color css

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

 a { background-color: rgb(193,157,15); }

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

border-color css

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

 span { border-color: rgb(193,157,15); }

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