Html Css Color HEX #C19C0F Buddha Gold

📋 copy color: '#C19C0F'

red 193 ◦ green 156 ◦ blue 15

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

Shades of Buddha Gold #C19C0F

Tints of Buddha Gold #C19C0F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.86%

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

R = 53.02%
G = 42.86%
B = 4.12%

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

#C19C0F (or 0xC19C0F) is known color: Buddha Gold. HEX triplet: C1, 9C and 0F. RGB value is (193,156,15). Sum of RGB (Red+Green+Blue) = 193+156+15=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19C0F is #3E63F0. Grayscale: #979797. Windows color (decimal): -4088817 or 1023169. OLE color: 1023169.

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

Color convert

RGB 193 156 15 -
CMYK 0 0.19 0.92 0.24
HSL 47.53º 0.86% 0.41% -
HSV(B) 47.53º 0.92% 0.76% -
XYZ 33.97 35.15 5.45 -
YUV 150.99 51.26 157.96 -
System Red Green Blue C M Y K H S L
Decimal 193 156 15 0 0.19 0.92 0.24 47.53 0.86 0.41
Hex C1 9C F 0 13 5C 18 30 56 29
Octal 301 234 17 0 23 134 30 60 126 51
Binary 11000001 10011100 1111 0 10011 1011100 11000 110000 1010110 101001

Color Harmonies of #C19C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C0F

Black with #C19C0F

Text Example


Text Example

White with #C19C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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