Html Css Color HEX #C19C0E Buddha Gold

📋 copy color: '#C19C0E'

red 193 ◦ green 156 ◦ blue 14

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

Shades of Buddha Gold #C19C0E

Tints of Buddha Gold #C19C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.86%

R = 53.17%
G = 42.98%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C19C0E (or 0xC19C0E) is known color: Buddha Gold. HEX triplet: C1, 9C and 0E. RGB value is (193,156,14). Sum of RGB (Red+Green+Blue) = 193+156+14=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19C0E is #3E63F1. Grayscale: #979797. Windows color (decimal): -4088818 or 957633. OLE color: 957633.

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

Color convert

RGB 193 156 14 -
CMYK 0 0.19 0.93 0.24
HSL 47.6º 0.86% 0.41% -
HSV(B) 47.6º 0.93% 0.76% -
XYZ 33.96 35.15 5.41 -
YUV 150.88 50.76 158.05 -
System Red Green Blue C M Y K H S L
Decimal 193 156 14 0 0.19 0.93 0.24 47.6 0.86 0.41
Hex C1 9C E 0 13 5D 18 30 56 29
Octal 301 234 16 0 23 135 30 60 126 51
Binary 11000001 10011100 1110 0 10011 1011101 11000 110000 1010110 101001

Color Harmonies of #C19C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C0E

Black with #C19C0E

Text Example


Text Example

White with #C19C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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