Html Css Color HEX #C19C14 Buddha Gold

📋 copy color: '#C19C14'

red 193 ◦ green 156 ◦ blue 20

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

Shades of Buddha Gold #C19C14

Tints of Buddha Gold #C19C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.42%

R = 52.3%
G = 42.28%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C19C14 (or 0xC19C14) is known color: Buddha Gold. HEX triplet: C1, 9C and 14. RGB value is (193,156,20). Sum of RGB (Red+Green+Blue) = 193+156+20=369 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.30% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19C14 is #3E63EB. Grayscale: #989898. Windows color (decimal): -4088812 or 1350849. OLE color: 1350849.

HSL color Cylindrical-coordinate representation of color #C19C14: hue angle of 47.17º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C19C14 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 156 20 -
CMYK 0 0.19 0.90 0.24
HSL 47.17º 0.81% 0.42% -
HSV(B) 47.17º 0.9% 0.76% -
XYZ 34.01 35.16 5.66 -
YUV 151.56 53.76 157.56 -
System Red Green Blue C M Y K H S L
Decimal 193 156 20 0 0.19 0.90 0.24 47.17 0.81 0.42
Hex C1 9C 14 0 13 5A 18 2F 51 2A
Octal 301 234 24 0 23 132 30 57 121 52
Binary 11000001 10011100 10100 0 10011 1011010 11000 101111 1010001 101010

Color Harmonies of #C19C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19C14

Black with #C19C14

Text Example


Text Example

White with #C19C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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